Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 715 Bytes

My Todo App

This is a simple todo app where you can manage your tasks.

Features

  • Add new tasks
  • Delete tasks
  • Edit tasks
  • Mark tasks as complete

Technologies Used

  • React
  • JavaScript
  • HTML/CSS
  • LocalStorage for data persistence

Installation

  1. Clone the repository
  2. Install dependencies with npm install
  3. Run the app with npm start

Usage

  • Click the "Add Task" button to add a new task
  • Click the trash icon next to a task to delete it
  • Click the pencil icon next to a task to edit it
  • Click the checkbox next to a task to mark it as complete

Contributing

Feel free to contribute to this project. Just fork the repository, make your changes, and submit a pull request.