A lightweight and user-friendly note-taking application that supports dark/light themes, search functionality, and note deletion.
Simple Note App helps users quickly jot down ideas, tasks, or reminders. It focuses on simplicity, speed, and usability with support for theme toggling and basic note management.
- Dark & Light Theme – Switch between themes for comfortable usage
- Add Note – Create a new note with title and content
- Search Notes – Search notes by title or content
- Delete Notes – Delete notes individually or by date
- Responsive Design – Works seamlessly on desktop and mobile
- Frontend: React, Plain CSS
- State Management: useState
- Local Storage: (Not used)
git clone https://github.com/your-username/simple-note-app.git
cd simple-note-app
npm installnpm startApp runs at:
http://localhost:3000
📦 simple-note-app
┣ 📂 public
┣ 📂 src
┃ ┣ 📂 components
┣ 📜 package.json
┗ 📜 README.md
- Edit Notes – Update existing notes
- Dark/Light Theme – Save Notes
- Note Expiry Date – Delete notes after a certain date
- Categorize Notes – Add tags or categories
- Export/Import Notes – Save notes as files or load backups
- Cloud Sync – Sync notes across devices with login
- Reminders / Notifications – Set reminders for notes
- Search Filter Enhancements – Filter by category or date
MIT License
This app is currently frontend-only using React with local storage for persistence. Backend integration and advanced features are planned for future updates.