This is a application that allow the user to search for Github users and their public infos provided by Github API.
Live Project: https://finder-hub.herokuapp.com/
- Axios
- Reactjs
- Context API
- React Icons
- Tailwind CSS
- React Router DOM
- Mobile-first workflow
-
Clone the repository:
git clone https://github.com/lucasalustiano/finder-hub
-
Enter the project directory:
cd finder-hub
-
Install dependencies:
npm install
-
Add a .env file:
touch .env
-
Add the following lines to the .env file:
REACT_APP_GITHUB_URL = 'https://api.github.com/'
REACT_APP_GITHUB_TOKEN = '<your github token>'
-
Run the application:
npm start
- Linkedin - @lucasalustiano
- Frontend Mentor - @lucasalustiano