Notes App

Notes App project

My Notes app allows users to create, save, edit and delete simple text notes. When the page loads, any previously saved notes are retrieved from local storage and displayed. The new note is instantly added to the list and saved in local storage, persisting after page refreshes.

Users can also click an existing note to view, edit or delete it. When a note is deleted, it is removed from both the list and local storage. This functionality allows users to manage their notes and the associated data in real time.

The app helped me manipulate and create DOM elements, save data to and retrieve from local storage, and do basic CSS styling. Though simple, the app demonstrates my proficiency with core JavaScript concepts like functions, events, loops, variables, objects and strings.

Technologies

HTML
CSS
JavaScript

Links