Closed davideastmond closed 1 month ago
This PR:
Created front end route: /adventure/new which allows user to enter basic details to create an adventure
/adventure/new
Once created, it will navigate to the adventure page /adventure/view/[adventureId]
/adventure/view/[adventureId]
Created Front end route: /home, which is a basic user landing page that loads the adventures
/home
All the database operations and re-directs should be working
This PR:
Created front end route:
/adventure/new
which allows user to enter basic details to create an adventureOnce created, it will navigate to the adventure page
/adventure/view/[adventureId]
Created Front end route:
/home
, which is a basic user landing page that loads the adventuresAll the database operations and re-directs should be working