Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 356 Bytes

File metadata and controls

17 lines (13 loc) · 356 Bytes

To-Do List App

A simple React & JavaScript app to manage tasks efficiently.

Features

  • Add, edit, delete, and mark tasks as complete.
  • Responsive and user-friendly interface.

Tech Stack

  • React, JavaScript, Vite, CSS

Run Locally

git clone https://github.com/andromeda240/ToDoList.git
cd ToDoList
npm install
npm run dev