Skip to content

MNDList is a simple ToDo List web app built with Node.js and Express. It allows users to add and delete notes, which are stored directly in browser cookies — no database required.

License

Notifications You must be signed in to change notification settings

ValyMnDul/MNDList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNDList

MNDList is a simple ToDo List web app built with Node.js and Express. It allows users to add and delete notes, which are stored directly in browser cookies — no database required.

main

🔧 Features

  • ✅ Add notes
  • 🗑️ Delete notes
  • 🍪 Notes are saved using cookies (per browser)
  • 🖥️ Simple and clean user interface

📦 Technologies Used

🚀 Installation

  1. Clone this repository:
git clone https://github.com/your-username/MNDList.git
cd MNDList
  1. Install dependencies:
npm install
  1. Start the server:
node app.js
  1. Open your browser and go to:
http://localhost:2100

⚙️ How It Works

  • Notes are stored locally in the user's browser using cookies.
  • When a note is added or deleted, the cookie is updated.
  • Since no database is used, the notes are only available in that browser session.

⚠️ Limitations

  • Notes are saved only in the browser (no sync across devices).
  • Clearing cookies will delete all saved notes.
  • No login or user authentication.

📤 Contributing

Pull requests are welcome! If you'd like to contribute or suggest features, feel free to open an issue or fork the repo.


About

MNDList is a simple ToDo List web app built with Node.js and Express. It allows users to add and delete notes, which are stored directly in browser cookies — no database required.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published