Skip to content

DeveloperNitesh-71/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

h1>

A simple and interactive Notes Application that allows users to create and manage notes directly in the browser. All notes are automatically saved using Local Storage, so data remains available even after refreshing or reopening the page. This project demonstrates DOM manipulation, event handling, and browser storage using Vanilla JavaScript.


🚀 Features

✅ Create new notes

✅ Edit existing notes

✅ Auto-save notes in Local Storage

✅ Persistent data (no database required)

✅ Delete notes functionality

✅ Clean and responsive UI

✅ Lightweight and fast


🛠️ Tech Stack

HTML5 CSS3 JavaScript (Vanilla JS)


📸 Demo

live preview ----------> https://quicknotes-manager.netlify.app/

notes.app.mp4
Screenshot 2026-02-20 093709 Screenshot 2026-02-20 093703 Screenshot 2026-02-20 093652 Screenshot 2026-02-20 093637

🧠 How It Works

Users create notes through the interface. Notes are stored in the browser using Local Storage. When the page reloads, saved notes are automatically loaded. No backend or database is required.


👨‍💻 Author

Made with ❤️ by developer Nitesh


⭐ If you like this project, consider giving it a star!

About

A simple notes application that allows users to create, edit, and save notes directly in browser local storage for persistent data without a backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors