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

https://github.com/heraldofortuna/form-validation-react

Simple form in React with included validations created using custom hooks. It's just a little interface and it shows error messages in addition to a message when loading successfully.
https://github.com/heraldofortuna/form-validation-react

hooks reactjs validations

Last synced: about 1 year ago
JSON representation

Simple form in React with included validations created using custom hooks. It's just a little interface and it shows error messages in addition to a message when loading successfully.

Awesome Lists containing this project

README

          

# Form Validation

![Project Image](form-validation/src/assets/project-image.PNG)

> Screenshot

---

## Table of Contents

- [Description](#description)
- [How to use?](#how-to-use)
- [References](#references)
- [License](#license)
- [Author](#author)

---

## Description

A very complete form made entirely with React.js and using validations.

### Technologies

- React
- JavaScript

[Go up](#form-validation)

---

## How to use?

### Installation:

Enter and run the following sentence in your console:

```html
yarn install
```

### Run the project:

Enter and run the following sentence in your console:

```html
yarn start
```

to enter developer mode.

Finally, open [http://localhost:3000](http://localhost:3000) to see it in your default browser.

[Go up](#form-validation)

---

## References

```html
https://www.youtube.com/watch?v=KGFG-yQD7Dw
```

[Go up](#form-validation)

---

## License

MIT License

Copyright (c) [2021] [Heraldo Fortuna]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[Go up](#form-validation)

---

## Author

- Twitter - [@heraldofortuna](https://twitter.com/heraldofortuna)
- GitHub - [heraldofortuna](https://github.com/heraldofortuna)
- Linkedin - [heraldofortuna](https://www.linkedin.com/in/heraldo-fortuna/)

[Go up](#form-validation)