React Application which fetches data from the github API to search for user profiles and repositories. User data is rendered on appealing user profile pages that were styled using TailwindCss and DaisyUI.
- Data fetched from Github API using personal access token
Clone the repository and change directory into it:
git clone https://github.com/willsanchez86/githubfinder-react.git
cd githubfinder-react
npm install # Download packages
npm start # Run the dev server- Type in github username into search bar
- Click View Profile on the target user to view their profile and latest repositories