Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 645 Bytes

File metadata and controls

31 lines (20 loc) · 645 Bytes

ToDoer

A simple, lightweight to-do list web application built with HTML, CSS, and vanilla JavaScript.

screenshot

🚀 Live Demo

Check out the live version here:
itsnazarkhani.github.io/ToDoer

📖 Features

  • Add new tasks
  • Edit existing tasks
  • Mark tasks as done (delete)
  • Tasks are saved using LocalStorage (they stay even after refreshing)

🛠️ Built With

  • HTML
  • CSS
  • JavaScript

📂 Getting Started

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/itsnazarkhani/ToDoer.git