Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

Separate Login and Signup to individual pages #28

Closed Thenlie closed 2 years ago

Thenlie commented 2 years ago

Deconstruct the Form page to make the login and signup forms have there own page and route. Very little restyling should be needed. This will mostly be file structuring and copy and paste.

Thenlie commented 2 years ago

Created branch

git fetch origin
git checkout 28-refactor/login-signup
Thenlie commented 2 years ago

Closed by #29