Welcome to React GitHub Explorer, your compass in the GitHub wilderness! 🌟
Tired of aimlessly scrolling through GitHub? Say hello to your new sidekick! With React GitHub Explorer, dive into trending repositories or discover gems related to your favorite topics with ease. Thanks to Redux, your journey is smooth sailing. Ready to embark on your code adventure? Let's explore together! 🚀
https://github-explorer-bice.vercel.app/
Clone the project
git clone https://github.com/AyushVChauhan/github-explorerGo to the project directory
cd github-explorerInstall dependencies
npm installStart the server
npm run devIf you have your personal access token create .env file in root directory of the project and create following variable.
VITE_GITHUB_TOKEN
You can generate your token here
https://github.com/settings/tokens?type=beta


