A modern, simple, and intuitive note-taking application that helps you organize your thoughts and tasks effortlessly. Keep track of your ideas, set priorities, and never lose an important note again.
Experience NotesApp live here: https://mynotemanager.vercel.app/
- Add Notes Quickly – Create notes in seconds with a clean input interface.
- Priority Levels – Tag your notes with High, Medium, or Low priority.
- Edit & Delete – Update or remove notes with ease.
- Responsive Design – Works beautifully on desktop and mobile devices.
- Local Storage – Your notes stay saved even after refreshing your browser.
| Technology | Purpose |
|---|---|
| React | Frontend framework |
| JavaScript | Core logic & functionality |
| CSS | Styling and layout |
| Vite | Development and build tooling |
| ESLint | Code quality and formatting |
- Node.js >= 18
- npm >= 9
# Clone the repository
git clone https://github.com/TalVilozny/NotesApp.git
# Go into the project folder
cd NotesApp
# Install dependencies
npm install
# Start the development server
npm run dev