Final project
1. Create a new project with Bootstrap
Hint Use the SCSS files and roll your own config
Hint Include jQuery - either download or using CDN: https://code.jquery.com/jquery-3.3.1.js
2. Rewrite the landing page:
- the very first product should be a carousel
- navigation should collapse into the familiar burger on mobiles
- products in grid should keep their aspect ratio
3. Rewrite the product details page:
- the related products section should be a carousel that shows 4 items at once
- hovering the related product should show a tooltip with its name
- clicking the related product should open a modal with the picture
- see if you can make the color picker work (hint
input[type=radio]
)