Prove Projects

These are the "Prove" projects completed throughout the Dynamic Web Fundamental (WDD131) course at Brigham Young University Idaho (BYUI). They are listed in order with the first being at the top left and most recnet toward the bottom right.

University Mission Statment

mission-thumbnail

This project is to put MetaTags and CSS Review together for practice without a video guide. Only an example picture is given to duplicate a final Mission Statement from BYUI.

Download Referace Image

DOM Basics

mission-2thumbnail

Contiue with University Mission Statement project and add light dark mode with a drop down menu using Java Script.

Download Referace Video

Cool Pics Part 1

cool-pic-1-thumbnail

Replicate a moblie, tablet, and desktop version of a cool pics website using responsive design techniques from a referace photo.

Download Referace Photo

Cool Pics Part 2

cool-pic-2-thumbnail

Continue working with the Coolpics page that was created. JavaScript will be added to allow a user to open and close the mobile menu.Also, when users click an image a modal will show. Allow the user to close the modal with the Esc key, clicking outside the modal image, and by clicking the close 'X' button.

Download Referace Photo

Build a Blog Part 1

build-a-blog-1-thumbnail

Download Referace Photo

Build a Blog Part 2

build-a-blog-1-thumbnail

Use object array in your JS file to bring in each book article dynamically.

Download Referace Photo

Credit Card Form

Front and back of a credit card

Create a credit card form that looks like the fornt and back of a credit card.

Download Photo

Character Card

Swamp monster character card

Create a character card with: properties: name, class, level, health, and image and methods: attacked and levelUp. Uses an object with properties and methods.

Download Video

Recipe Book Part 1

Recipe Book Part 1

Recipe list with apple crisp, black beans and rice, chicken curry, and chocolate chip cookies

Use flexbox to layout the logo and title, the search area, the recipe, and the footer.

Referance Photo

Recipe Book Part 2

Chocolate chip cookies recipe card

Use JavaScript will be added to show a random recipe on the page. The user can search for keywords that will be compared to the recipe name, description, and tags to display recipes that contain the search keywords. Those recipes will be sorted by recipe name.

Referance Photo