Frontend Routes - ladymicaela/trello-clone GitHub Wiki
The components are organized as follows:
RootAppNavBar- (main component goes here)
Footer
The following routes, defined in App, will render components between NavBar and Footer.
/Splash
/loginSessionForm
/signupUserForm
/boardsBoardIndexBoardIndexItem
/board/:boardIdListIndexListIndexItemCardIndex
/board/:boardId/:cardIdCardIndexItem
/users/:userIdProfileComponent