This is a simple to-do app built using React. It allows you to manage and keep track of your tasks in a user-friendly interface.
- Add new tasks to the to-do list
- Mark tasks as completed
- Delete tasks from the list
-
Clone the repository:
git clone [email protected]:gunash-portfolio/to-do-in-react.git
-
Navigate to the project directory: cd todo-app
-
Install the dependencies:
npm install
1.Start the development server:
npm start
2.Open the app in your browser:
http://localhost:3000
3.You should see the Todo App interface. Enter a task in the input field and click "Add Todo" to add it to the list. To mark a task as completed,click on it.To delete a task,click the "Delete" button next to it.
- React
- Javascript
- CSS