A modern note-taking web application inspired by Notion, built using React and Vite.
- Block-based editor (like Notion)
- Modular components architecture
- Drag & drop blocks
- Light & Dark theme
- Fast performance using Vite
- Local storage support (data persistence)
- React
- Vite
- JavaScript
- Tailwind CSS
- LocalStorage
components/→ UI components (editor, layout)hooks/→ Custom React hooks
npm install
npm run dev