feat: change to dark mode theme

based on dracula midnight colors
This commit is contained in:
w33ble
2026-01-11 20:36:59 -07:00
parent 6d22f8860f
commit dde699e3f4
5 changed files with 74 additions and 55 deletions

View File

@@ -1,18 +1,19 @@
# Progress Tracking
## Milestones
- [ ] Initial Environment & Docs Setup
- [ ] Core Calculation Engine
- [ ] Web UI & Integration
- [ ] Final Build & Polish
- [x] Initial Environment & Docs Setup
- [x] Core Calculation Engine
- [x] Web UI & Integration
- [x] Final Build & Polish
- [x] Firebase deployment
## Todo List
- [x] Create project structure
- [x] Initialize Memory Bank documents
- [ ] Create Blueprint documents (PRD, Architecture)
- [ ] Project setup (Vite, TS, Tailwind, Vitest)
- [ ] Implement `src/calculator.ts`
- [ ] Write tests in `src/calculator.test.ts`
- [ ] Implement `index.html` UI
- [ ] Implement `src/main.ts` glue code
- [ ] Verify build output
- [x] Create Blueprint documents (PRD, Architecture)
- [x] Project setup (Vite, TS, Tailwind, Vitest)
- [x] Implement `src/calculator.ts`
- [x] Write tests in `src/calculator.test.ts`
- [x] Implement `index.html` UI
- [x] Implement `src/main.ts` glue code
- [x] Verify build output