Skip to content

Latest commit

Β 

History

History
41 lines (29 loc) Β· 1.06 KB

File metadata and controls

41 lines (29 loc) Β· 1.06 KB

πŸ“ Notes App

A stunning, minimal and modern notes-taking app inspired by Apple's design language. Built with React, Vite, and Tailwind CSS.


Features

  • 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

Getting Started

Prerequisites

Run Locally

# 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