Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.95 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.95 KB

                   

Build Status GitHub stars

A single page webapp built using React and Ant Design. Uses the github's GraphQL API to fetch user information and generate a score.

Frameworks

  • React
  • Apollo GraphQL Client
  • React Redux
  • Ant Design Components

Run Locally

git clone https://github.com/darshkpatel/RateMyGit
cd RateMyGit
npm install
echo "REACT_APP_GITHUB_TOKEN=[YOUR GITHUB TOKEN]"> .env
npm run

To Do

  • Write Proper Tests
  • UI Fixes
  • Buttons to share score on social media
  • Show more stats such as most used language

Contributing

Feel free to open an issue or send a PR for a new feature

License

MIT Copyright (c) 2022 Darsh Patel