Skip to content

A ReactJs form validation using React Hook Form, Yup and fetch APIs

License

Notifications You must be signed in to change notification settings

RenanTRS/form-hook-form

Repository files navigation

Form Hook Form

A ReactJs form validation using React Hook Form, Yup and fetch APIs

GitHub License GitHub top language GitHub last commit GitHub pull request open GitHub closed pull requests

Demostração do projeto

About this project

This project is part of my personal portfolio.

Why?

The purpose of this project was to learn form validation using react-hook-form, yup libs and also fetch APIs

How to use

To clone and run this project, you'll need Git, node v14.19.1 or higher + yarn v1.22.15 or higher installed on your computer. From your command line:

#Clone this repository
$ git clone https://github.com/RenanTRS/form-hook-form.git

#Go into the repository
$ cd formhookform

#Install dependencies
$ yarn 

#Run
$ yarn dev

Built with

Contact

License

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