Skip to content

This Project Tracks and Maintains Latest Ratings on Competitive Programming Platforms of all the Students in IIITDM Kurnool

Notifications You must be signed in to change notification settings

RushikeshIche/cptracker-IIITDMK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

CPTracker

CPTracker is a web-based application developed to help students track their performance across various competitive programming platforms, including CodeChef, LeetCode, and CodeForces. Students can view their contest performance and stay motivated by seeing their progress.

Features

  • View contest rankings and scores for CodeChef, LeetCode, and CodeForces.
  • Easy-to-use interface to view and analyze contest results.
  • Integration with CodeChef, LeetCode, and CodeForces APIs to fetch live data.

Technologies Used

  • Frontend: React.js, tanstack-query
  • Backend: Node.js, Express.js
  • Database: MongoDB

Setup and Installation

Follow these steps to run CPTracker locally:

  1. Clone the repository:
    git clone https://github.com/your-username/cptracker.git
    cd cptracker
  2. Install dependencies and run the website:
    cd frontend
    npm install
    npm run dev
  3. Install dependencies and run the backend:
    cd backend
    npm install
    npm run dev
  4. Now you can view the website on http://localhost:5173

About

This Project Tracks and Maintains Latest Ratings on Competitive Programming Platforms of all the Students in IIITDM Kurnool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.0%
  • CSS 16.0%
  • HTML 1.0%