A simple and intuitive Todo List application built with React.js. This app helps you manage your tasks efficiently and stay organized.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Clone the repository:
git clone https://github.com/augustoaccorsi/todo-list.git
- Navigate to the project directory:
cd todo-list
- Install the dependencies:
npm i
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to view the app.