- ✅ Create, edit, and delete notes
- 🌙 Built-in dark mode toggle
- ⭐ Favorite your most important notes
- 🔍 Search by title, content, or date
- 📁 Filter notes to show only favorites
- 💾 Data persistence using
localStorage - 📱 Fully responsive and mobile-friendly
- 💡 Smooth transitions and thoughtful UI/UX animations
| Technology | Purpose |
|---|---|
| Vue.js 3 | Main JavaScript framework (Composition API) |
| Tailwind CSS | Utility-first styling and responsive design |
| Vite | Fast build tool for modern frontend development |
localStorage |
Stores user notes locally for persistence |
Light and dark mode views with search and favorite highlights:
# Clone the repository
git clone https://github.com/your-username/project-name.git
# Navigate into the project folder
cd project-name
# Install dependencies
npm install
# Run the development server
npm run dev
