Ignite ToDo

ToDo application developed as a challenge for @Rocketseat's Ignite program

πŸ’» Overview

Capa.png

βœ… Features

  • Create a new Task

  • Mark and unmark a task as complete

  • Remove a task from the list

  • Show task completion progress

βš™οΈ How it works

πŸ‘‰ Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, npm In addition, it is good to have an editor to work with the code like VSCode.

πŸ‘‰ Run project

# Clone this repository
$ git clone https://github.com/KassiaMabily/IgniteToDo.git

# go to the project folder
$ cd IgniteToDo

# install modules
$ npm install

# run
$ npm run dev

Authors