Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 809 Bytes

React To-Do App

Project Description

This is a simple To-Do application built with React.js. It allows users to add, edit, and delete tasks. There's also an option to delete all tasks at once.

todo

Installation Instructions

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Install the necessary dependencies with npm install.
  4. Start the development server with npm start.

The application will be available at http://todoakashapp.netlify.app/.

Usage Instructions

After starting the application, you can add a new task by typing into the input field and pressing enter. Existing tasks can be edited or deleted as needed.