ECellNitrr / teesco-website

Apache License 2.0
2 stars 8 forks source link

Wire up the Signup UI with Signup API #29

Closed pratik0204 closed 3 years ago

pratik0204 commented 4 years ago

Is your feature request related to a problem? Please describe. As a user upon successful signup I should be taken to login page.

Describe the solution you'd like 1.Create a signUp page component (at src/pages/Auth/SignupPage.js) that just centers signup form component on the screen. (designs for later).

2.Wire Up the Signup UI with SignUp API.