Skip to content

E3TU/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoapp

Discover the simplicity of task management with this straightforward Todo App. Built entirely with Vanilla JavaScript, this app allows you to easily add, edit, and delete tasks. Your tasks are saved to local storage, ensuring seamless access across sessions.

Installation/Usage

Clone the project

git clone https://github.com/E3TU/TodoApp

Go to the project directory

cd TodoApp

Open the index.html file in your web browser or with visual studio code's live server extension

Features

  • Add tasks
  • Edit Tasks
  • Fullscreen mode
  • Delete tasks

Roadmap

  • Mark tasks as done
  • Add animations