Frontend Routes and Components - RawBData/Checkoff GitHub Wiki
Frontend Routes
The components are organized as follows:
RootAppNavBar- (main component goes here)
Footer
The routes, defined in App, will render components between NavBar and Footer.
/land
/loginSessionForm
/signupSessionForm
/list/:listIdListTasksTask
/list/newlistForm
/list/:listId/editlistForm
/tasks/newTaskForm
/tasks/:taskIdTaskShow
/tasks/:taskId/editTaskForm