Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 819 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 819 Bytes

GitHub Popular Repositories by Stars

A technical interview test from Twende: Display the most popular public repositories.

Visit the live site here: https://github-popular-repos.vercel.app

Tasks:

  • 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).

Getting started

  1. Clone this repository
git clone https://github.com/khwilo/github-popular-repos.git
  1. Run yarn or npm install to install the project dependencies

  2. Run yarn start or npm start to run a local development server

Credits

Khwilo Kabaka