Apply What You Learned
Apply your knowledge about routing to the following activities.
Activity 12.1: Creating a Basic Three-Page Website
In this activity, your task is to create a basic first version for a brand-new online shop website. The website must support three main pages:
- A welcome page
- A products overview page that shows a list of available products
- A product details page, which allows users to explore product details
Final website styling, content, and data will be added by other teams, but you should provide some dummy data and default styling. You must also add a main navigation bar at the top of each website page.
The finished pages should look like this:
Note
For this activity, you can, of course, write all CSS styles on your own. But if you want...