Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.29 KB

React Todo App

This is a simple todo app built with React that allows users to add tasks, delete tasks, and mark tasks as complete.

todo app

Features

  • Add tasks with a title and description
  • Delete tasks
  • Mark tasks as complete
  • Automatically updates task styles when marked as complete

Technologies Used

  • React
  • HTML
  • CSS

Getting Started

  1. Clone the repository
  2. Install dependencies with npm install
  3. Start the development server with npm start
  4. Open the app in your browser at http://localhost:3000

How to Use

  1. Enter a task in the input fields and click "Add Task" to add it to the list.
  2. Click the checkbox next to a task to mark it as complete. The text style will automatically update to indicate that it's been completed.
  3. Click the "Delete" button next to a task to remove it from the list.

Contributions

Contributions to this project are welcome. If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Feel free to customize and modify this readme to fit your specific needs. Good luck with your React todo app project!