nbktechworld / full-stack-web-dev

6 stars 13 forks source link

added signup as react component #79

Closed Pybite closed 2 weeks ago

Pybite commented 2 weeks ago

resolved issue #76

nbkhope commented 2 weeks ago

Did you test it's working? you should add a new route in routes.js.

Add

{
  path: '/sign-up',
  element: <Signup />
},

to the array:

https://github.com/nbktechworld/full-stack-web-dev/blob/33455620e79597ed9df4d08278f927cac0444398/web-client/src/routes.js#L11-L22

Don't forget the import

nbkhope commented 2 weeks ago

amazing!