Ben Wolpers

CSCE 242: Client-Server Computing

Assignments Projects

Assignments

assignment1

Assignment 1 consisted of creating this main page and making a small page that displays all of the basic elements of HTML.

assignment2

Assignment 2 consisted of styling the main page and creating a new page that also was styled using all of the basic elements of CSS.

assignment3

Assignment 3 consisted of more advanced CSS techniques that were used to properly format a page. We learned how to use flexbox to create a desired layout for a web page.

assignment5

Assignment 5 requires us to recreate the webpage https://www.sc.edu/research/index.php We had to match all the elements as well as we could.

assignment6

Assignment 6 requires us to learn how to use basic JavaScript techniques that we implemented into a few sections.

assignment7

Assignment 7 requires us to learn how to use more advanced JavaScript techniques including if statements and implement them into two different sections that can be selected.

assignment8

Assignment 8 requires us to learn how to use loops and more advanced JavaScript techniques to make a more precise thermometer.

assignment9

Assignment 9 consists of two different sections that require us to learn how to use arrays and implement them into two different sections. One loops through an array of quotes, and the other loops through an array of colors to make a rainbow.

assignment10

Assignment 10 required us to make a list of toys that when hovered over the details of the toy will be revealed. To do this we had to make the Toy class and the getToyItem method.

assignment11

Assignment 11 required us to parse a JSON file, and display the content.

assignment13

Assignment 13 required us create a new github repo and create a node project that is hosted on render.

Projects

words