A sign-up form allowing users to create an account. Features includes:
- hooks for reusable stateful logic
- client-side validations
- minimal rendering(uncontrolled form)
Clone repo by running
git clone https://github.com/simonxcode/hook-form.gitInstall dependencies
npm installoryarn installRun application in development mode(at localhost:3000)
npm run startoryarn startBuild and compiles application for production
npm run buildoryarn build
Create your feature branch
git checkout -b feature/fooBarAdd and commit your changes
git add .
git commit -m "changes made with fooBar"
Push to origin
git push origin feature/fooBarCreate a new Pull Request
Built with react-hook-form and styled with styled-components.
This project is open source and available under the MIT License.
