This project is a simple Todo application built with React. The app allows users to add, edit, and delete tasks, as well as mark tasks as completed.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as completed
Make sure you have the following installed on your machine:
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/amanuelmandefro3/react-todo.git cd react-todo
-
Install the dependencies:
npm install # or yarn install
-
To start the development server, run::
npm run dev