ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

signup form component #8

Closed naveennvrgup closed 4 years ago

naveennvrgup commented 4 years ago

Is your feature request related to a problem? Please describe. We need a signup form UI

Describe the solution you'd like

  1. Create a signup form component src/components/Signup/SignupForm.js
  2. Write stories for following states at src/components/Signup/SignupForm.stories.js:
    1. Initial state
    2. Loading during api call
    3. Error state - due to wrong input
    4. Special case error messages like - This email is already registered with us. etc.,