1.E.1: Recipe Site
Last updated
Last updated
Know how to build an HTML site from scratch
Know how to use Git commits and GitHub pull requests
Create a website that showcases your favourite recipes.
Fork and clone a copy of
Google for at least 4 recipes from at least 2 cuisines and save an image of each dish in the repo
Create an HTML page for each recipe, where each page has the following info
Recipe title
Ingredients
Preparation time
Instructions
Image of dish (use img
tag referencing image saved in repo)
Create a home page that links to each recipe's page with an a
tag. Create a link on each recipe page linking back to the home page.
The application is as follows:
Pages should be set up in this manner.
You will need to create sub pages for each cuisine and then sub pages for each recipe listed on the Cuisine pages.
Deploy your site to the internet with
Create a pull request to the main
branch in Rocket's repo and share the PR link in your section Slack channel
Here is and a for this exercise.