A daily task-tracking application that can also be used as a place to store ideas, with the ability to categorize them.
- Store daily notes and tasks ✅
- Organize notes into folders ✅
- Supports offline usage (IndexedDB) and online storage (PostgreSQL) ⌛
- Automatic data synchronization when the internet connection is restored ⌛
- PWA support ⌛
- Next.js
- RxDB (Store local data in IndexedDB)
- TailwindCSS
node
, minimum version 20.11.1pnpm
, see installation instruction
- Install all dependencies, by running
pnpm install
- Run in local, using command pnpm run dev
Designs can be found at Codedesign - Nowted. Special thanks to Codedesign for this awesome design.