Welcome to NoteEase, a simple yet functional notes management app built with React. This project was created to help my friend learn the fundamentals of React through practical implementation. 🎉
- Add Notes: Easily create and manage your notes.
- Delete Notes: Remove notes you no longer need with a single click.
- Set Active Note: Switch between notes to view or edit specific content.
- Download Notes: Export all your notes as a JSON file for backup or sharing.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/bPavan16/NoteEase.git cd NoteEase npm i npm run dev