GitHubber integrates MERN, TailwindCSS, and the GitHub API to offer a seamless experience for viewing and filtering GitHub user data. It simplifies authentication with Passport.js and takes error handling seriously, making it a must-try app for developers!
Category | Technology |
---|---|
Frontend | |
Backend | |
Database | |
Authentication | |
API Integration |
Clone the repository:
git clone https://github.com/DikshitaDas/GitHubber.git
cd GitHubber
Install dependencies:
npm install
cd client
npm install
Run the app:
# Run the backend
npm start
# In another terminal, run the frontend
cd client
npm start
Start exploring GitHub profiles!
MIT License. See the LICENSE file for details.