Responsive Notes Taking Web Application
This is a simple web application for taking notes, designed to be responsive across various devices. Users can create, edit, and delete notes directly within the browser.
Key Features:
Create Notes: Click the "Create" button to add a new note. Notes are displayed as editable paragraphs, allowing users to type directly into the app.
Edit Notes: Notes can be edited by clicking on them and typing in the content.
Delete Notes: Each note has a delete button, represented by an image. Clicking the delete button removes the corresponding note.
Responsive Design: The application is designed to adapt to different screen sizes, ensuring optimal user experience on desktops, tablets, and mobile devices.
Technologies Used:
HTML: Markup for structuring the web page.
CSS: Styling for layout and responsiveness.
JavaScript: Interactivity and functionality, including local storage management.
Local Storage: Notes are stored locally in the browser, allowing users to access their notes even after closing the app.