A codeforces tracker, helps to find appropriate problems for solving.
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).
Steps:
- Clone the repository
git clone https://github.com/geekypandey/cf_tracker.git
- Install npm packages
npm install
- Run the application
npm run serve