Contest Reminder

This is an extension of chrome that displays information about all the ongoing and upcoming competitive programming contests.

Demo

Features

  • This extension shows the contest details of following 8 platfrorms.
    • CodeForces
    • CodeChef
    • Leetcode
    • Atcoder
    • Kickstart
    • Hackerrank
    • HackerEarth
    • TopCoder
  • Subscribe or Unscribe any platform.
  • Google Calendar Integration.
  • Contest link to register for the contest.

Developer Quickstart

Install the required dependencies listed in package-lock.json using npm:

npm install

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

For Production Build

npm run build
Launch chrome and go to chrome://extensions/ (for chrome)
Toggle developer mode on
Click load unpackaged
select newly created "build" folder.

You are good to go.