/ContestMania

A platform for tracking your competitive progress on various competitive coding websites.

Primary LanguageJavaScript

Contest Mania

A Web-portal for keep track of your competitive programming on various platforms. Project is live at https://contestmania.web.app.

Features Live

  • Codeforces
  • Codechef
  • Upcoming ( list of upcoming contest)
  • Problems (trending problems)
  • About ( Description of portal)

Status

  • Website is live

Tech Stack

  • React.js
    • create-react-app
    • bootstrap
    • redux

Build and Run

Prerequisites -

  1. Install Node.Js and npm

Run Software

  1. Clone Repo
    • $> git clone https://github.com/Surya1231/ContestMania.git
  2. Change Directory
    • $> cd ContestMania/
  3. Install Dependencies
    • $> npm install
  4. Start server
    • $> npm start

Supported Scripts

  • Run Project npm start
  • Build Project npm run build
  • Prettify Code npm run prettify
  • Test npm run test

Contact Me