Skip to content

jyoti430/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

A simple to-do list I made while learning HTML, CSS, and JavaScript.
I’m using it to keep track of my own tasks and (hopefully) avoid procrastinating.
It also saves everything in the browser using local storage, so my tasks stay even after refreshing or closing the page.

Live Demo

Check it out here

Features

  • Add tasks
  • Mark tasks as done
  • Delete tasks
  • Saves tasks in local storage
  • Minimal design with SVG icons

How to use

  1. Open the demo link.
  2. Type a task in the input box and hit Enter.
  3. Tick a task when it’s done.
  4. Click the trash icon to remove a task.
  5. Your tasks will still be there next time you open the page.

Built with

  • HTML
  • CSS
  • JavaScript
  • Local Storage
  • SVG icons

About

My first JavaScript to-do list app, made for practice and to help me stop procrastinating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors