A simple, creative dashboard for tracking LeetCode problem progress and notes.
Built as a static HTML/CSS/JS app with an optional Express.js backend.
Install dependencies and start the Express server:
npm install
node server.jsOpen your browser and navigate to:
- http://localhost:3000/ or http://localhost:3000/dashboard (Dashboard)
- http://localhost:3000/all_notes (All Notes)
MIT License