/react-project-app

Small React app that list the most starred Github repos that were created in the last 30 days (relative to 2017-11-22).

Primary LanguageJavaScriptMIT LicenseMIT

REACT APP - Fetch Github Repos

Small React app that list the most starred Github repos that were created in the last 30 days (relative to 2017-11-22)

This app is basically listing most starred repos using Github API. And by scrolling to bottom new repos are being fetched using infinite scroll method.

Table of contents

Why React?

The main reason why I build this app React is beacause React is leading the front end web development. Second, I find it easy to learn and to adapt.

Technologies Used

  • React js
  • HTML
  • Bootstrap 4
  • CSS

Live App

To view and test the app you can visit this link.

Packages & Libraries Used

Contributing

Pull requests are welcome. Please feel free to open an issue first to discuss what you would like to change.

The process to start is simple, just make sure you have Node js installed in your computer.

And add the following commands:

    git clone /path/[Repository]

    cd /path/[Repository-Directory]

    npm install

    npm start

or use yarn

    git clone /path/[Repository]

    cd /path/[Repository-Directory]

    yarn install

    yarn start

.. happy Coding..!!

Support

You can reach out to me!

Final Words

If you like the app, please give it a star. It will mean a lot for me :)

License

The API requests may change for some reasons. For more informations visit this link.