Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 667 Bytes

Todo App

This project is a user-friendly Todo app developed using React. It allows users to manage their tasks by implementing basic CRUD (Create, Read, Update, Delete) functionality.

Features

  • Add new tasks: Users can add new tasks to the todo list.
  • Delete tasks: Users can easily delete tasks from the todo list.
  • Update tasks: Users can update the status or details of existing tasks.
  • User-friendly interface: The app provides a clean and intuitive user interface for managing tasks efficiently.

Technologies Used

  • React.js: A JavaScript library for building user interfaces
  • CSS: Styling the app for an appealing and user-friendly interface