Skip to content

Based on Facebook's sign up page. Built with React including validations

Notifications You must be signed in to change notification settings

jwon114/sign-up-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Based on Facebook's sign up page. Built with React including validations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published