A application where user can find github profiles by searching for name, user can see profile details like repositories, followers, followings, social details, etc. I have used Github Users API (API Docs) for getting information about the authenticated user.
Live - GitDevFinder
The Technology stack that have been used for building this app.
- Clone the repository
git clone https://github.com/HardikGohilHLR/gitdev-finder.git
- Install NPM packages
npm i
- Run the app at http://localhost:3000
npm run start