Technologies • Getting Started • Project • License
This project was developed using the following technologies:
Clone this project and access the folder
$ git clone https://github.com/viieiiragui/to-do-list.git && cd to-do-list
Follow the steps below
# Install the dependencies
$ npm install
# Start the project
$ npm run dev
Why a task control application? Because the tasks on a list should be goals to encourage and organize what is needed, both in personal life or at work. Contains the following functionalities:
- Add a new task
- Mark and unmark a task as complete
- Remove a task from the list
- Show task completion progress
This project is licensed under the MIT License. See the LICENSE file for details.