Using the Github Rest API to be able to search users and get their profile data and display it nicely. Profile data includes image, bio, other information like location, stats, followers, following, etc. Fetching the users' repositories as well. There's an about and 404 not found page too.
The application is deployed to vercel and the hosted domain is purchased from dottech.
- To deal with any third party API
- Instead of just using the
useState()Hook within our context; Using reducers (pure functions that are used to manipulate parts of your state) along with a hook calleduseReducer() - For the frontend, using Tailwind for my framework along with Daisy UI
This project was bootstrapped with Create React App.
npm install
To run app in development mode (http://localhost:3000)
npm start
To build app for production
npm run build