This is a part of the "React Front to Back 2022" Course by Brad Traversy.
This app searches Github users and displays their info on custom pages by connecting to Github's API.
- 3rd Party API
- HTTP Requests
- TailwindCSS Styling
- React - Context, Reducers, Promises
- Add Sorting by Stars to Repo List
- Change Repo List grid layout to be more responsive
- Various UI changes
- Added icon link to homepage or github page site if available
- Rename .env.example to .env
You can use the Github API without a personal token, but if you want to use your own token, you'll need to add it to the .env file.
Learn how to create a token here
npm install
npm start