Originally planned as a full stack application. The project focuses on providing an interface build in order to display GitHubs user data in a more clear and detailed way. It uses the public GitHub API for user and public repositories information.
- Install nodejs packages indicated in the
package.jsonfile withnpm install. - Optimiza the project for production with the script
npm run build(Only for production). - Run the project by trigger
npm run startin your terminal.
- TBD ...
This project is powered by React and complemented with React Router. The main technologies user in this project are:
- React
- React Router
- D3.js