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).
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.