Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajitsinghkamal/react-form-with-hooks
https://github.com/ajitsinghkamal/react-form-with-hooks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajitsinghkamal/react-form-with-hooks
- Owner: ajitsinghkamal
- Created: 2019-09-08T18:11:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:26:00.000Z (about 2 years ago)
- Last Synced: 2023-03-06T23:05:06.152Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.86 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This project uses context API and hooks to share state among components.The form is fully reactive and supports required fields, regex validation and duplicate check.
## 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 the browser.### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `build` folder.