Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.11 KB

Hook Form

A sign-up form allowing users to create an account. Features includes:

  • hooks for reusable stateful logic
  • client-side validations
  • minimal rendering(uncontrolled form)

screen shot

Installation

  1. Clone repo by running git clone https://github.com/simonxcode/hook-form.git

  2. Install dependencies
    npm install or yarn install

  3. Run application in development mode(at localhost:3000)
    npm run start or yarn start

  4. Build and compiles application for production
    npm run build or yarn build

Contribute

  1. Create your feature branch
    git checkout -b feature/fooBar

  2. Add and commit your changes

git add .
git commit -m "changes made with fooBar"
  1. Push to origin
    git push origin feature/fooBar

  2. Create a new Pull Request

Credit

Built with react-hook-form and styled with styled-components.

License

This project is open source and available under the MIT License.