Consuming github api using react to find users and display data about them
You can clone this repository on your terminal
git clone https://github.com/Lucas-Lameira/github-finder.git
After cloning, follow the commands in Usage - development mode
on the root folder, run the following commands to install dependencies
yarn install
once the dependencies are installed, run:
yarn start
after yarn start, it should open in http://localhost:3000 . For some reason github is changing the spinner.jsx file is lowercase, so change it to "Spinner.jsx
This app is live on github-finder
- HTML
- CSS
- css module
- javascript
- React
- React hooks
- Context api
- react-router-dom
- react-icons
- Axios