Started building out our Routes and hooking up the menu for navigation. Made an About component and page so we can fill that out easily later.
OUTSTANDING BUG - on home page, the joke component does not currently load in. Im pretty sure it has to do with the Routes setup. Will look at it with you all this evening.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Local Browser only for now.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Started building out our Routes and hooking up the menu for navigation. Made an About component and page so we can fill that out easily later.
OUTSTANDING BUG - on home page, the joke component does not currently load in. Im pretty sure it has to do with the Routes setup. Will look at it with you all this evening.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Local Browser only for now.
Checklist: