Check your Hacktoberfest Progress!
Try it out here! 🌸
- Enter your(any) GitHub username and click on check
- Checktober uses the GitHub API to fetch data and displays your progress
- Not just PRs, you can also view issues to contribute under hacktoberfest.
- Hassle free! No login or authentication required!
- Beautiful Hacktoberfest inspired theme!
- Check anyone's (your competitors') progress too!
- View issues filtered as per your preferences and start contributing!
- Clone the project.
- Fireup the terminal in the project directory.
- Checkout to a new branch (preferably task-<feature/issue-name>).
- Install all the dependencies by running
npm install
andnpm run install-client
in the terminal. - Run
npm start
to run the project. - Add your cool new features!
- Submit a PR 🚀
- Don't forget to star the repo if you like it ⭐!