Skip to content

mbashem/cftracker

Repository files navigation

CF Tracker

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

Prerequisites

  • node v14 or above ( for windows)
    sudo apt install node #for linux 
  • npm v9 or above
    sudo apt install npm #for linux 

Setup

  1. Clone repository
     git clone https://github.com/mbashem/cftracker.git
  2. Change to cftracker directory
    cd cftracker
  3. Install dependances
    npm install 
  4. Run locally
    npm run start 

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D