This is a simple To-Do List application built with React.js. It allows users to add, remove, and mark tasks as completed.
- Add a new task
- Mark a task as completed
- Remove a task
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/sathish2416/Todo-list.git cd Todo-list
-
Install dependencies:
npm install
-
Start the development server:
npm start
To build the app for production, run:
npm run build