Skip to content

geekypandey/cf_tracker

Repository files navigation

CF Tracker

example workflow

A codeforces tracker, helps to find appropriate problems for solving.

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