Prerequisites
- Node 20+, npm
Quick start
- Install: npm ci
- Dev: npm run dev
- Build: npm run build
- Preview: npm run preview
Entry points
- package.json (scripts)
- src/main.tsx
App
Data
- Default categories: src/utils/storage.ts
Also github pages is now available, so you can access the app here.
Note: To keep the app configurable, it caches the categories using browser's website data. So every now and then this project updates, and you don't see any changes, it might just be that your browser is still loading the old version of the app from browser's cache.