Project developed during BootCamp - Ignite by Rocketseat
To.do is a simple page project in which you have a to-do list, where you can delete and add new tasks
Using: Jest, Hooks, States, Webpack, Babel.
It is necessary to have installed the main tools:
# Clone this repository
$ git clone https://github.com/tarikwataya/IGNITE-Desafio01-Conceitos-React
# Access the project folder
$ cd IGNITE-Desafio01-Conceitos-React
# Install the dependencies
$ yarn
# Running
$ yarn dev