Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/jpedroschmitz/forms-with-hooks
- Owner: jpedroschmitz
- License: mit
- Created: 2019-06-16T18:55:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:59:12.000Z (11 months ago)
- Last Synced: 2024-10-04T15:20:59.618Z (about 1 month ago)
- Topics: blog, form, hooks, react
- Language: JavaScript
- Homepage:
- Size: 3.33 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.