This Github discovery app that lets you browse the most starred repos in the last 7 days
github-discovery-ckmw.vercel.app
1- Clone the repo
git clone https://github.com/NourAdawi/Github-discovery.git
2- Install NPM packages
npm install
3- Run react server
npm run dev
Browse the homepage to see the most starred GitHub repos in the last 7 days. You can click on the heart icon to save your favourite repos, then you can browse your list from the heart icons in the header. The number on the header indicates the number of your saved repos. You can remove a saved repo simply by clicking again on the heart icon, it will be outlined and smaller.
- Writing tests.
- Use a global theme instead of hard-coded colours.
- Implementing a backend and server-side functionality for authentication, user management, data persistence , API rate limits and performance