smithev95 / NEFP-Capstone

0 stars 0 forks source link

added a very basic landing page to frontend #32

Closed hsean closed 4 months ago

hsean commented 4 months ago

Describe your changes

Created a new LandingPage.js file that adds a barebones landing page for frontend "/" Added LandingPage to router in App.js Linked /table and /form to buttons on LandingPage

Issue ticket number and link

Ticket #31 https://github.com/users/smithev95/projects/1/views/1?pane=issue&itemId=65456405

Testing done

Ran local build following readme on Github. LandingPage came up first in Chrome and buttons linked to correct pages

Checklist before requesting a review

[ YES] I have performed a self-review of my code [ YES] If it is a core feature, I have added thorough tests. [ NO] Do we need to implement analytics? [ ] Will this be part of a product update? If yes, please write one phrase about this update.

hsean commented 4 months ago

The admin button would be linked to an admin component if it existed. I did not spend time making the page look nice.