This repository contains the code of my blog post "Simplificando formulários no React com Hooks".
First of all you need to have node and npm installed on your machine.
Then, you can clone this repository and run the following commands inside the project folder:
npm installoryarn;yarn start;
To view the project you can open localhost:3000.
This project is licensed under the MIT License - see the LICENSE.md file for details.