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
- Host: GitHub
- URL: https://github.com/andresdmdev/form
- Owner: andresdmdev
- Created: 2022-04-26T21:50:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:27:41.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:13:48.724Z (over 1 year ago)
- Topics: css3, html5, javascript, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://andresmfdev.github.io/form/
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 |
| ------ | ------ |
|
|
|
|
|
|
|
|
|
### Screenshoots of the app