Skip to content

datanasium/CoderCalendar-Extensions

 
 

Repository files navigation

Coder's Calendar

Home Screen Settings Screen

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:

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

  1. Navigate to chrome://extensions
  2. Select Load unpacked extensions
  3. Load the build/chrome folder

Installing in Firefox

  1. Navigate to about:debugging
  2. Select Load Temporary Add-on
  3. Select any file from the build/firefox folder

To-Do

  • Test Suite for the components

About

Browser extensions for competitive programming enthusiasts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 16.8%
  • HTML 1.1%