A Web-portal for keep track of your competitive programming on various platforms. Project is live at https://contestmania.web.app.
- Codeforces
- Codechef
- Upcoming ( list of upcoming contest)
- Problems (trending problems)
- About ( Description of portal)
- Website is live
- React.js
- create-react-app
- bootstrap
- redux
- Install Node.Js and npm
- Refer here
- Clone Repo
$> git clone https://github.com/Surya1231/ContestMania.git
- Change Directory
$> cd ContestMania/
- Install Dependencies
$> npm install
- Start server
$> npm start
- Run Project
npm start
- Build Project
npm run build
- Prettify Code
npm run prettify
- Test
npm run test