App Component
Opened this issue · 0 comments
DrakeMorrison commented
Story
As a Developer, there should be Routing and Authorization for the App
Acceptance Criteria
When The User loads the app
Then They should be required to Login or Register
Technical Notes
- Build Routing with Public Routes to /login, /home and /register
- Build a Private Route for the /menu Component
- build a Private Route for the /game/:id
- build a private route for /completegame/:id
- build a private route for /friends
state = { "authed": false }