Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.48 KB

GitHub top language GitHub language count GitHub license

TechnologiesGetting StartedProjectLicense

🧪 Technologies

This project was developed using the following technologies:

🚀 Getting Started

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

💻 Project

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

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.