Android App and browser extensions for competitive programming enthusiasts. Shows a list of live & upcoming coding contests taking place in various popular competitive programming websites with the facility to add them to your google calender. Currently shows updates from Codechef , HackerEarth , Hackerrank, Topcoder and Codeforces.
Coder's Calendar is available for download at:
- [Android App] (https://play.google.com/store/apps/details?id=com.corphots.coderscalendar)
- [Chrome Extension] (https://chrome.google.com/webstore/detail/coders-calendar/bageaffklfkikjigoclfgengklfnidll)
- [Firefox Add-on] (https://addons.mozilla.org/en-US/firefox/addon/coder-calendar/)
Found any bugs? Have any suggestions to make this project better?
Know any other cool coding sites?
Feel free to log them as an issue.
When adding an issue specific to Chrome extension, Firefox add-on or Android app
please mention it in the title/description clearly.
- Create a topic branch:
git checkout -b awesome_feature
- Commit your changes
- Keep up to date:
git fetch && git rebase origin/master
Once you’re ready:
- Fork the project on GitHub
- Add your repository as a remote:
git remote add your_remote your_repo
- Push up your branch:
git push your_remote awesome_feature
- Create a Pull Request for the topic branch, asking for review.
Happy Coding!