Skip to content

ValyMnDul/MNDList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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.

main

Features

  • Add notes
  • Delete notes
  • Notes are saved using cookies (per browser)
  • Simple and clean user interface

Technologies Used

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.

Licence

This project is licensed under the MIT Licence

About

MNDList is a simple ToDo List web app

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors