Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

khianvictorycalderon/IndexedDB-Note-Taker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ IndexedDB Note Taker (Demo Project)

A simple vanilla JavaScript note-taking web app that stores, edits, and deletes notes locally using IndexedDB.
Styled with Tailwind CSS, this app runs entirely in the browser β€” no backend required.


πŸš€ Features

  • βœ… Add, edit, and delete notes
  • πŸ’Ύ Data stored persistently in IndexedDB
  • 🧹 Clear all data with one click
  • ⚑ Instant UI updates
  • 🎨 Clean Tailwind UI

🧠 How It Works

  • IndexedDB is used to create a local database named MyIndexedDB with a store called Tasks.
  • Each note/task is stored as an object:
    { id: number, task_name: string }

How to run

  1. Clone this repository with git clone https://github.com/khianvictorycalderon/IndexedDB-Note-Taker.git
  2. Open index.html in your browser, that it!.

About

A simple indexedDB vanilla js web project that manage notes via table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published