The task is to implement a small webapp that will list the most starred Github repos that were created in the last 30 days. You'll be fetching the sorted JSON data directly from the Github API (Github API explained down below).
This project was bootstrapped with Create React App. It lists the most stared github repositories for the last month, with infinite loading on scroll.
-
Used Antd for styling the interface.
-
Used Axios for Data Fetching It basically a Promise based HTTP client for making Http request.
-
And react-infinite-scroll-component to implement the Infinite scroll.
-
get clone [email protected]:Ysrbolles/Front-end-Coding-Challenge.git
-
cd Front-end-Coding-Challenge
-
npm install && npm start
-
Open browser and go to
http://localhost:3000
-
Enjoy!