/frontend-challenge

A web app that lists the most starred Github repos created in the last 30 days with infinity scroll.

Primary LanguageJavaScript

A web app that lists the most starred Github repos created in the last 30 days with infinity scroll.

Run this project

You can run this project:

  • First clone the repo git clone https://github.com/obddd/frontend-challenge.git
  • cd frontend-challenge and run npm install
  • Run npm start
  • Open http://localhost:3000 to view it in the browser.

Note: Only axios library is used, which makes easier to work with API

You can read more about the Github API over here.