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/)
The Android app uses:
- Cordova
- jQuery
And the following cordova plugins:
- nl.x-services.plugins.calendar 4.3.1 "Calendar"
- nl.x-services.plugins.socialsharing 4.3.17 "SocialSharing"
- nl.x-services.plugins.toast 2.0.4 "Toast"
- org.apache.cordova.device 0.2.13 "Device"
- org.apache.cordova.dialogs 0.3.0 "Notification"
- org.apache.cordova.inappbrowser 0.6.0 "InAppBrowser"
To test the app on an Android device connected to your computer using a USB cable:
- Install and set up cordova.Follow this link if you need help: http://ccoenraets.github.io/cordova-tutorial/create-cordova-project.html
- Install the above mentioned plugins.(Again follow the link above to learn how to add that).
- Replace the www/ folder in your project with the one in the repo( android/www ).
- Run the following commands
cordova platforms add android
cordova run android
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.
You can also add them here:
http://feathub.com/nishanthvijayan/CoderCalendar
Happy Coding!