Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 885 Bytes

File metadata and controls

39 lines (26 loc) · 885 Bytes

Notes App

A simple note-taking application with local storage support. Create, edit, and delete notes directly in your browser.

Features

  • Create new notes
  • Edit existing notes in real-time
  • Delete notes
  • Notes persist in browser's local storage
  • Clean and intuitive UI

How to Use

  1. Open index.html in your web browser
  2. Click "Create Notes" button to add a new note
  3. Type your note content
  4. Notes are automatically saved to local storage
  5. Click the delete icon to remove a note

Technologies Used

  • HTML5 - Structure
  • CSS3 - Styling
  • JavaScript (Vanilla) - Note management and local storage

File Structure

  • index.html - Main HTML file
  • index.css - Styling
  • index.js - Note functionality

Local Storage

Notes are stored in your browser's local storage, so they persist even after closing the browser.


Made by Mariam