Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.35 KB

Codeforces Dashboard

image

Features

  • Responsive Web Application: Engineered a responsive web application to visualize Codeforces user data and problem-solving statistics.
  • Real-Time Data Fetching: Executed real-time data fetching from the Codeforces API, ensuring up-to-date user information and used charts to represent statistics visually.
  • Problem Recommendation System: Formulated a problem recommendation system to suggest problems to users based on their rating, helping them to improve their skills effectively.

Visit the Dashboard

Check out the live project here.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/codeforces-dashboard.git
  2. Navigate to the project directory:
    cd codeforces-dashboard
  3. Install the dependencies:
    npm install

Usage

  1. Start the development server:
    npm run dev
  2. Open http://localhost:3000 to view it in the browser.

Contact

Uday Mehtani - udaymehtani@gmail.com