A modern coding practice platform that helps programmers track their progress, manage problem-solving goals, and visualize their skill improvement over time. This application provides an intuitive dashboard with performance analytics and problem distribution charts.
- Problem tracking and management
- Rating progress visualization
- Problem distribution charts
- Goal setting and tracking
- Responsive design with Tailwind CSS
This project is built with React and Vite, featuring:
- React for UI components
- Vite for fast development and building
- Tailwind CSS for styling
- Chart.js for data visualization
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open your browser at the displayed URL (typically http://localhost:5173)