Required Demos-n-Deets demos:
Optional demos (for now): Everything else in the “Webpage Basics” section of the Demos-n-Deets.
Follow the general instructions for active reading for the above required demos.
What to submit:
routes.rb
file and one that shows your web browser after you enter http://localhost:3000 into the location bar.Important! All screenshots must include your computer’s desktop in the background so that it is recognizable as your desktop. Also, all screenshots of web pages must display the entire URL of the page in the browser’s location bar. (Watch out, as some browsers like to hide parts of the URL unless you click on it.)
Before proceeding, be sure to read the general description and instructions for the practice tests.
Start with the base project on the main
branch of this repo: https://github.com/memphis-cs/practice-apps-2021-08fall
Task to perform:
Add two pages as follows:
PagesController#welcome
.<h1>
.link_to
view helper).PagesController#me
.<h1>
, <p>
, <ul>
, and <li>
.image_tag
view helper).link_to
view helper).What to submit:
routes.rb
file.Important! All screenshots must include your computer’s desktop in the background so that it is recognizable as your desktop. Also, all screenshots of web pages must display the entire URL of the page in the browser’s location bar. (Watch out, as some browsers like to hide parts of the URL unless you click on it.)
Before proceeding, be sure to read the general instructions for the explanation videos.
Start with the base project on the main
branch of this repo: https://github.com/memphis-cs/practice-apps-2021-08fall
The video can begin after you have cloned, initialized, and run the base app.
Task to perform:
Add two pages as follows:
PagesController#movie
.<h1>
, <h2>
, <p>
, <ul>
, and <li>
.image_tag
view helper).link_to
view helper).PagesController#review
.<h1>
and <p>
.link_to
view helper).Note: You will probably want to plan out these pages before you begin recording, and be careful not to make them to long. You may copy/paste text for the movie data and the review from the web (e.g., Rotten Tomatoes or IMDB) to help speed things along.
Important! Be sure to run and test the things you build in your video (e.g., as per the “Test It!” demo steps).