Skip to content

geekypandey/cf_tracker

Repository files navigation

CF Tracker

example workflow

Codeforces Tracker, helps you discover the right problems to sovle.

cf-tracker

Tech Stack

The application is built to be a static single page web application, so as to be deployable on GitHub pages. No backend is required. The frontend is built using VueJS. For fetching contests data, python script is used.

Deployed on Github Pages.

The contests data is updated and new site is deployed using GitHub Actions(CI/CD).

Running Locally

Steps:

  1. Clone the repository
git clone https://github.com/geekypandey/cf_tracker.git
  1. Install npm packages
npm install
  1. Run the application
npm run serve

About

Codeforces Tracker - Easy ways to find appropriate problems on codeforces.com

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published