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

https://github.com/andresdmdev/form

Form with React.js and TailwindCSS for styles
https://github.com/andresdmdev/form

css3 html5 javascript reactjs tailwindcss

Last synced: about 2 months ago
JSON representation

Form with React.js and TailwindCSS for styles

Awesome Lists containing this project

README

          


Survey

# Form - React.js

### Resume

This app shows a form with 8 input fields and 4 are required. It evaluate each required input field, if all are correct it shows a check icon in other case an error icon, with a corresponding error message. Finally, it shows an small card with a greeting and show the data submitted. I used react hook form library to handle validations with the form, SaSS for styling and react testing library for test the app and every component.

### Stack used for this project

| Languages | Libraries |
| ------ | ------ |
| JavaScript | React |
| Html5 | TailwindCSS |
| Css | Testing |

### Screenshoots of the app


Form
Survey