Skip to content

temmydee-dev/Note-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

A simple and responsive Notes Application built with HTML, CSS, and JavaScript.
This app allows users to create, update, and delete notes, with data stored locally in the browser using localStorage.

Features

  • Add new notes
  • Edit existing notes
  • Delete notes
  • Persistent storage using browser localStorage
  • Automatic date tracking for each note
  • Responsive design

Built With

  • HTML5
  • CSS3
  • JavaScript
  • Browser Local Storage API

How It Works

  • Notes are stored in the browser using localStorage.
  • When the page loads, saved notes are retrieved and displayed.
  • Any update (add, edit, delete) automatically refreshes the UI and updates storage.

Live Demo

https://temmydee-dev.github.io/Note-App/

Purpose

This project was built to strengthen understanding of:

  • DOM Manipulation
  • Event Handling
  • CRUD Operations
  • Local Storage
  • Dynamic UI Rendering

How to Run

  1. Clone the repository
  2. Open the index.html file in your browser
  3. Start adding notes

About

A Web Note App in Javascripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors