Github Finder
This application was developed as a challenge in the DevSuperior bootcamp
This project is based on an application that can search github's users and show their data to the client
Technologies | How To Use | How To Contribute | Icon credits
This project was developed with the following technologies:
To clone and run this application, you'll need Git and Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/duduxs/github-finder
# Go into the repository
$ cd github-finderTo run the frontend web:
# Install dependencies
$ yarn
# Run the app
$ yarn startNow access on your browser: http://localhost:3000
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature; - Commit changes:
git commit -m 'feat: My new feature'; - Make a push to your branch:
git push origin my-feature.
- Companhia ícones criados por Freepik - Flaticon
- Www ícones criados por Hilmy Abiyyu A. - Flaticon
- Localização ícones criados por Those Icons - Flaticon
- Ui ícones criados por Saepul Nahwan - Flaticon

