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.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies with
npm install
. - Start the development server with
npm start
.
The application will be available at http://todoakashapp.netlify.app/
.
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.