Skip to content

heyzqx/toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

This is my first ever project! It's a basic to-do list application built with vanilla JavaScript, HTML, and CSS. Tasks can be added, marked as completed, and removed. The app uses localStorage to save your tasks between page reloads.

Features

  • Add and remove tasks
  • Mark tasks as completed (crossed out)
  • Tasks are saved automatically using localStorage

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • localStorage API

Future Improvements (meta to-do list 🤣)

  • Filter tasks by complete/incomplete
  • Add due dates or tags (e.g. assigning priority)
  • Refactor into reusable functions and components

This is my first solo front-end project-- I'm very excited to showcase what I've learned regarding DOM manipulation. I'll continue to push features that I find useful.

About

first project; basic to-do list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published