/react-followers-list-app

A web application that display a list of Github account followers

Primary LanguageTypeScriptMIT LicenseMIT

Followers List App

A web application that display a list of Github account followers.

Screenshots

image

animated gif

Tech/framework used

Features

  • The JSON data that we receive from the REST API for the followers is displayed in a material ui DataGrid with sorting and filtering by columns.
  • The user column reference to github site of user account.
  • The avatar of the github account that we search followers for him is displayed in the text field.

Installation

Running Locally

git, npm and node softwares should be installed before moving on

git clone https://github.com/dimakol/react-followers-list-app.git
cd react-followers-list-app
npm install
npm run dev

Building for production

npm run build

API Reference

Deployed to Github pages

https://dimakol.github.io/react-followers-list-app/

License

(The MIT License)

Copyright © 2022 Dima Kolyas