Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 716 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 716 Bytes

Sign Up Form

My attempt at replicating Facebook's sign up form complete with validations. My desire to practice React and forms was the motivation behind this. This is purely a front end design, it does not submit any data.

  • react-hook-form form validations
  • yup object schema validation

Sign Up Form

Getting Started

Git clone or download the repository. Requires Node >= 10.15.3

  • Install project dependencies
npm install
  • Start development server
npm start
  • Run testing suite
npm run test

Built With

  • React 16
  • react-testing-library
  • react-hook-form
  • yup
  • SASS

Author

James Wong