# Notekeeper Pro A simple, modern note-taking web app built with vanilla JavaScript, HTML, and CSS. Quickly create, edit, and delete notes with a beautiful UI and persistent local storage. ## Features - 📝 Create, edit, and delete notes instantly - 💾 Notes are saved in your browser (localStorage) - 🌙 Light/Dark theme toggle - Responsive, clean, and modern design - No dependencies, no backend required ## Getting Started 1. **Clone or Download** this repository. 2. Open `index.html` in your browser. That's it! Your notes are saved automatically in your browser. ## Project Structure ``` notekeeper-pro/ ├── app.js # Main JavaScript logic ├── index.html # Main HTML file ├── styles.css # App styling └── README.md # Project info ``` ## Usage - Click **+ Add Note** to create a new note. - Click the pencil icon to edit a note. - Click the trash icon to delete a note. - Use the moon/sun button to toggle between light and dark themes. ## Screenshots ![Notekeeper Pro Screenshot](/Screenshot/Screenshot1.png) ![Notekeeper Pro Screenshot](/Screenshot/Screenshot2.png) ![Notekeeper Pro Screenshot](/Screenshot/Screenshot3.png) ## Author - [Khoa Truong](https://github.com/khoatruong2511) ## License This project is licensed under the MIT License.