This is a git card, which uses GitHub API and shows the chosen user's followers, repositories and stars.Since that API does not include information about users' stars I used for that starred-count library.
To run this app you need to do
- git clone https://github.com/ArmLil/git-card-react.git
- cd git-card-react
- npm install
- npm run start