This project is a GiHub finder for users and repositories.
- On the main screen, choose wether you want to search for users or repositories.
- Start typing what you are searching for and see the results.
- You can click on a user card to see his repositories.
- You can also click on links to see the repositories directly on GitHub.
- React - A JavaScript library for building user interfaces.
- Jest - Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
- Sass - Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
- GitHub API - API used to fetch the data.
- Axios - Promise based HTTP client for the browser and Node.js.
- Vercel - Cloud platform where the project is deployed.
- Clone the repository.
git clone https://github.com/danielcspaiva/gitfinder.git
- Install packages.
yarn install || npm install
- Run the app.
yarn start || npm start
- Run the tests.
yarn test || npm run test
- Open http://localhost:3000 to view it in the browser.
Built by Daniel Paiva