A cyberpunk-themed productivity tool featuring a Pomodoro timer, a task manager, and a companion that levels up as you complete your work.
- Persistent Storage: Tasks and timer state are saved in an SQLite database.
- Leveling System: Earn XP for every task completed.
- Cyberpunk UI: Neon aesthetic with a "No-Scroll" layout that fits any screen.
- Responsive Design: Includes a fullscreen mode for deep work sessions.
- Frontend: HTML5, CSS3 (Flexbox/Grid), JavaScript (ES6)
- Backend: Node.js, Express
- Database: SQLite3
Make sure you have Node.js installed on your machine.
- Clone the repository:
git clone [https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git](https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git)