CoderCalendar-Extensions
CoderCalendar-Extensions copied to clipboard
Browser extensions for competitive programming enthusiasts
Coder's Calendar

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.
Download
Coder's Calendar is available for download at:
FIREFOX
If you're a Firefox user, you can download Coder Calendar's latest Firefox release zip file from here. To install it, follow these instuctions:
- Open
about:debuggingin a new tab - Select
Load Temporary Add-onoption - Select any file from the extracted release zip file you downloaded
Building locally
To install the dependencies, run
npm install
from inside this directory.
To run the extension, first run
npm run build
This will compile the react code inside app/ to build/chrome & build/firefox respectievely.
Installing in Chrome
- Open
chrome://extensionsin a new tab - Select
Load unpacked extensions - Load the
build/chromefolder
Installing in Firefox
- Open
about:debuggingin a new tab - Select
Load Temporary Add-onoption - Select any file from the
build/firefoxfolder
To-Do
- [ ] Test Suite for the components