Skip to content

Dmytrii248/Notes-Keeper

Repository files navigation

📝 Notes App

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


📦 Tech Stack

  • 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

🚀 Getting Started

Clone the Repository and install packages

git clone [email protected]:Dmytrii248/Notes-Keeper.git
cd notes-keeper
pnpm install
pnpm dev