A single page webapp built using React and Ant Design. Uses the github's GraphQL API to fetch user information and generate a score.
- React
- Apollo GraphQL Client
- React Redux
- Ant Design Components
git clone https://github.com/darshkpatel/RateMyGit
cd RateMyGit
npm install
echo "REACT_APP_GITHUB_TOKEN=[YOUR GITHUB TOKEN]"> .env
npm run
- Write Proper Tests
- UI Fixes
- Buttons to share score on social media
- Show more stats such as most used language
Feel free to open an issue or send a PR for a new feature
MIT Copyright (c) 2022 Darsh Patel