This is a simple todo list application built with React.
- Clone the repository:
git clone https://github.com/fastndead/todo-list-react.git
- Navigate into the project directory:
cd todo-list-react
- Install dependencies:
npm install
To start the application, run npm start
. This will start the development server and open the application in your default browser at http://localhost:3000.
You can add a new task to the list by typing in the input field and pressing the "Add Task" button. To mark a task as complete, click on the checkbox next to it. To delete a task, click on the "Delete" button next to it.
Contributions are always welcome! If you'd like to contribute, please fork the repository and create a pull request.
This project is licensed under the MIT License.