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
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
- React 16
- react-testing-library
- react-hook-form
- yup
- SASS
James Wong