/todo-list-ignite

A simple and beauty to do list

Primary LanguageTypeScript

To do list

First challenge of Ignite course

💻 Project

This is a simple to do list, where you can add, remove and mark tasks as completed.

banner

🚀 Techs

Run project

# Clone this repository
$ git clone git@github.com:eulixir/todo-list-ignite.git

# Access the project folder in your terminal
$ cd ignite-reactjs-challenge-01

# Install the dependencies
$ yarn or npm install

# Run the application in development mode
$ yarn dev or npm run dev

João Pedro Alves