- 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.
Check out the live project here.
To get a local copy up and running, follow these simple steps.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/yourusername/codeforces-dashboard.git
- Navigate to the project directory:
cd codeforces-dashboard
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 to view it in the browser.
Uday Mehtani - udaymehtani@gmail.com