Skip to content

Asaad-E/ToDoList-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

To-Do List with Vanilla JavaScript

A minimalist to-do list application developed entirely with vanilla JavaScript, without external dependencies. Perfect for efficiently organizing your daily activities.

๐Ÿ“ธ Demo

Try the Online Version

app

๐Ÿ’ก Usage

  1. Write a task in the text field
  2. Press Enter
  3. To mark a task as completed, click on the checkbox
  4. To delete a task, click on the delete icon
  5. Drag and drop tasks to reorder them
  6. Use the filter bellow to see all task active o completed

๐Ÿ’พ Main Features

  • Task Management
    • Create new tasks
    • Mark tasks as completed
    • Delete tasks
  • Drag and Drop: Reorder your tasks by dragging them
  • Data Persistence: Local storage using localStorage
  • Responsive Design: Intuitive interface adaptable to different devices

๐Ÿš€ Installation

  1. Clone the repository:
git clone https://github.com/Asaad-E/TodoList-Vanilla.git
  1. Navigate to the project directory:
cd TodoList-Vanilla
  1. Open the index.html file in your preferred browser.

๐Ÿ› ๏ธ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)

About

A minimalist to-do list application developed entirely with vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published