Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpedroschmitz/forms-with-hooks

:page_with_curl: This repository contains the code of my blog post "Simplificando formulários no React com Hooks"
https://github.com/jpedroschmitz/forms-with-hooks

blog form hooks react

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Forms simplified with Hooks

This repository contains the code of my blog post ["Simplificando formulários no React com Hooks"](https://www.joaopedro.cc/simplificando-formularios-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](http://localhost:3000/).

## License

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