Contributor : Kavish Pandit
Github Finder using Github API 🧑💻
| Visit Deployed App on Netlify
🔗 https://kavish-pandit-github-finder.netlify.app/
React JS Application.Fully Functional app which uses Hooks. This App Facilitates users to search users profile by their github ID.
Uses MaterializeCSS for the frontend.
Only pure JavaScript, no other library used.
VS STUDIO | POSTMAN | MONGODBATLAS | NETLIFY
✅ Provides 5 prominent repos
✅ Hiring status
✅ Following clout as well as Followers
Install dependencies
npm install
npm client-install
Edit your /config/default.json file to include the correct MongoDB URI
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000
Small JavaScript app which pulls in user information and corresponding repositories using the Github API. 🙌
This project was bootstrapped with Create React App.