forms-with-hooks

This repository contains the code of my blog post "Simplificando formulários no React com Hooks"

MIT License

Stars
5

Forms simplified with Hooks

This repository contains the code of my blog post "Simplificando formulários no React com Hooks".

Install and run

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:

  1. npm install or yarn;
  2. yarn start;

To view the project you can open localhost:3000.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Related Projects