A React + Next.js + TypeScript + RxDB project for managing notes. This app allows users to store, edit, remove, and add notes, with offline support using RxDB.
Try yourself here
- React – UI framework
- Next.js – Server-side rendering & routing
- TypeScript – Type safety
- RxDB – Local database for offline-first storage
- Tailwind CSS – Styling
- pnpm – Package manager
git clone [email protected]:Dmytrii248/Notes-Keeper.git
cd notes-keeper
pnpm install
pnpm dev