Project developed during BootCamp - Ignite by Rocketseat
This will be an application where your main objective is to create a shopping cart hook.
Using: Local Storage, Hooks, JSON Server, Toastify, JEST
It is necessary to have installed the main tools:
# Clone this repository
$ git clone https://github.com/tarikwataya/IGNITE-Desafio03-Hooks
# Access the project folder
$ cd IGNITE-Desafio03-Hooks
# Install the dependencies
$ yarn
# Running Server
$ yarn server
# Running App
$ yarn start