ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

login form component #7

Closed naveennvrgup closed 4 years ago

naveennvrgup commented 4 years ago

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

Describe the solution you'd like

  1. Create a login form component src/components/Login/LoginForm.js
  2. Write stories for following states at src/components/Login/LoginForm.stories.js:
    1. Initial state
    2. Loading during api call
    3. Error state - due to wrong input
    4. Special case error messages like image
kaushik27mishra commented 4 years ago

Shall we setup the auth setup in redux and public-private routes before making the login form? Let me know what do you think!

naveennvrgup commented 4 years ago

Yup We have to create a separate issue for that route setup but it wont affect the UI creation.

naveennvrgup commented 4 years ago

We will have a detailed discussion about that in the today's meeting.

naveennvrgup commented 4 years ago

I am working on this