My Note App is a simple note-taking app with dark mode/light mode support and basic note management features.
- Dark mode and light mode options
- Add and remove notes
- Clone the repository:
git clone https://github.com/mhmdmhd6/Note-app.git
- Install dependencies:
npm install
- Run the app:
npm run dev
- Toggle between dark mode and light mode.
- Add new notes with titles and descriptions.
- Remove notes when no longer needed.
Contributions are welcome! Submit bug reports, feature requests, or pull requests.