Ignite ToDo
π» Overview
β 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