Platform to view contest problems from codeforces
Created using
- React v17.0.1
- Redux v4.0.5
- Bootstrap v5.1.0
- Typescript v4.2.3
- node v14 or above ( for windows)
sudo apt install node #for linux
- npm v9 or above
sudo apt install npm #for linux
- Clone repository
git clone https://github.com/mbashem/cftracker.git
- Change to cftracker directory
cd cftracker
- Install dependances
npm install
- Run locally
npm run start
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D