A technical interview test from Twende: Display the most popular public repositories.
Visit the live site here: https://github-popular-repos.vercel.app
- Display a list of repositories by title and author (e.g the top 10).
- Show the details of a selected repository.
- Bookmark/favorite the selected repository (Feel free to use a data store of your choice (SQLite, on-device cache, Firebase, etc) to track these ‘bookmark’ actions).
- Clone this repository
git clone https://github.com/khwilo/github-popular-repos.git-
Run
yarnornpm installto install the project dependencies -
Run
yarn startornpm startto run a local development server