Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 539 Bytes

File metadata and controls

17 lines (12 loc) · 539 Bytes

Note Taking App

This is a simple Note Taking App built using HTML, CSS, and JavaScript. It allows users to create, store, and manage notes effectively.

Features

  • Add new notes with a title and description
  • View all saved notes
  • Delete notes when no longer needed
  • Data persists locally using browser local storage

Technologies Used

  • HTML: For the structure of the app
  • CSS: For styling the UI
  • JavaScript: For the app's functionality and logic
  • Local Storage: To save and retrieve notes on the browser