1.E.1: Recipe Site
Learning Objectives
Know how to build an HTML site from scratch
Know how to use Git commits and GitHub pull requests
Introduction
Create a website that showcases your favourite recipes.
Instructions
Fork and clone a copy of Rocket's Recipe Site repo
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 GitHub Pages
Create a pull request to the
main
branch in Rocket's repo and share the PR link in your section Slack channel
Reference Solution
Here is reference code and a reference deployment for this exercise.
Last updated