https://github.com/aleksandracislowski/another-form
React - The Complete Guide course by @Academind
https://github.com/aleksandracislowski/another-form
custom-hook form form-validation react
Last synced: 2 months ago
JSON representation
React - The Complete Guide course by @Academind
- Host: GitHub
- URL: https://github.com/aleksandracislowski/another-form
- Owner: AleksandraCislowski
- Created: 2023-07-08T18:02:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:10:09.000Z (almost 3 years ago)
- Last Synced: 2025-06-18T16:49:33.289Z (about 1 year ago)
- Topics: custom-hook, form, form-validation, react
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic form
This project was made to learn and test basic form validation ways and using a custom hook for that.
## What you can do here?
You can fill in a form with a name, surname and email address. The validation will prevent you from writing an incorrect email or leave an empty field. The "Submit" button is disabled until all the fields are correctly fill in :)
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.