nss-evening-cohort-11 / WildflowerCoffeeGifts

0 stars 2 forks source link

ACC 1 - Allow a user to register for Bangazon #110

Open ancasimon opened 3 years ago

Nikababy01 commented 3 years ago

DEV Notes

  1. Add a function in the UserRepository to add a user
  2. Create a project in Firebase and enable the sign in method
  3. Create a Login folder with Login.js and Login.scss
  4. Create a Registration button in the login form
  5. Create a click event for the registration button
  6. Add to the authData.js.registerUser function by creating a object for properties need from the User model: email, password, username, firstname, lastname
  7. add all of the above properties to state in Login.js