A simple and modern note-taking app built with React, Tailwind CSS, and Markdown support.
It allows users to write and preview notes using Markdown syntax in real-time — and all data is saved locally in the browser.
- 🖊️ Write notes using Markdown (with live preview)
 - 💾 Automatically saves notes to your browser (localStorage)
 - ➕ Create and manage multiple notes
 - 💡 Minimal, clean UI using Tailwind CSS
 - ⚡ Fast and responsive (built with Vite + React)
 
git clone https://github.com/your-username/notesapp-markdown.git
cd notesapp-markdown
npm install
npm run dev
## License
This project is licensed under the [MIT License](./LICENSE).