A stunning, minimal and modern notes-taking app inspired by Apple's design language. Built with React, Vite, and Tailwind CSS.
- Dark / Light Mode — toggle anytime, remembers your preference
- Pin Notes — keep important notes always on top
- Note Colors — subtle tints to organize visually
- Smart Search — highlights matching words in real time
- Rich Text Editor — bold, italic, lists, headings and more
- Focus Mode — distraction free writing experience
- Settings Panel — glassmorphism slide-in panel
- Auto Save — everything saved to localStorage instantly
- Keyboard Shortcuts — power user friendly
- Cinematic Loader — stunning intro animation on launch
- Node.js installed → nodejs.org
# Clone the repo
git clone https://github.com/xeseing/notes-app.git
# Go into the folder
cd notes-app
# Install dependencies (only first time)
npm install
# Start the app
npm run dev