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:
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.
- Navigate to chrome://extensions
- Select
Load unpacked extensions - Load the
build/chromefolder
- Navigate to about:debugging
- Select
Load Temporary Add-on - Select any file from the
build/firefoxfolder
- Test Suite for the components

