Patpatpatrick / Way2Recycle

Way2Recycle
3 stars 1 forks source link

LogIn Page #8

Closed hlee2052 closed 5 years ago

hlee2052 commented 5 years ago

since there is no navigation yet to click and popup login screen, you can go to imports/ui/app.jsx and comment out existing components and include "LogIn component" to test... or screen shot below.

login

-Since it's text input, didn't use redux but can be changed to use redux.

Patpatpatrick commented 5 years ago

Great!! Let's merge this one!!

Btw I think we would need to use React Router to render your Login Component after clicking Login href.

hlee2052 commented 5 years ago

Btw, my understanding is that login page is a pop up, not a separate page right?

Patpatpatrick commented 5 years ago

@hlee2052 Yes I think so.