changmeng72 / chatApp

MIT License
0 stars 0 forks source link

Front-end: Signup / Login Pages #2

Open skassam21 opened 3 years ago

skassam21 commented 3 years ago

Stretch Goal: make this page responsive by remove any side images on smaller screens

changmeng72 commented 3 years ago

Formik and Yup are used for login/signup

In the first version, there are two route: ' / ' for chat ;' /login' for login or signup normally if user visits / and if he has not logged in , he will be routed to /login directly . If the user has logged in , he can directly visit '/' .