ContestMania
ContestMania copied to clipboard
A platform for tracking your competitive progress on various competitive coding websites.
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 -
- Install Node.Js and npm
- Refer here
Run Software
- Clone Repo
$> git clone https://github.com/Surya1231/ContestMania.git
- Change Directory
$> cd ContestMania/
- Install Dependencies
$> npm install
- Start server
$> npm start
Supported Scripts
- Run Project
npm start - Build Project
npm run build - Prettify Code
npm run prettify - Test
npm run test