🚀 Fast Notes App Fast Notes is a dynamic and responsive note-taking application built with Vanilla JavaScript, HTML5, and CSS3. It provides a clean interface for creating, editing, and managing notes directly in the browser, with all data persisted in localStorage.
✨ Features
-
Create Notes: Add new notes with a title and content.
-
Edit Notes: Modify the title and content of existing notes.
-
Delete Notes: Remove notes individually.
-
Data Persistence: All notes are saved in the browser's localStorage, ensuring data is not lost when the page is closed or reloaded.
-
Interactive UI: Utilizes a modal for note creation and editing, providing a fluid user experience.
-
Dark Mode: A theme toggle to switch between light and dark modes for visual comfort.
💻 Technologies Used
-
HTML5: Provides the semantic structure of the application.
-
CSS3: Handles all styling and responsiveness.
-
JavaScript (Vanilla JS): Powers the entire application logic, including:
-
DOM (Document Object Model) manipulation.
-
Object creation and management.
-
localStorage API for browser-side data persistence.
-
Event Listeners for user interactions.