First, please download the starter files and open them as a project in Visual Studio Code. And here is a link to a video demonstrating what we will build. Topics Covered:
Category: JavaScript
To Install Tailwind:Open your project in Visual Studio Code. Go to Terminal > New Terminal Type npm install -D tailwindcss To Initialize your project, type Then create two folders inside your project. Name them build and src In the SRC folder, make a file called input.css In the BUILD folder, make a file called index.html In tailwind.config.js, edit […]
Intro to Front End Libraries: Bootstrap
Bootstrap is a popular web development library of pre-built HTML, CSS, and JavaScript components. Developed by Twitter, it gained widespread adoption due to its ease of use and ability to create responsive websites. Bootstrap simplifies the web development process by offering a set of ready-to-use mobile-first UI components, such as buttons, navigation bars, forms, grids, […]
In the following exercise, you will make a sign-up form and a gallery. You will also need to use container queries and the srcset and sizes attributes. To begin, please download the files you will require. In the downloaded archive, you will find the following: Change the name of the downloaded folder to your-full-name-jazzclass. You […]
Jazzer.Com Sign Up Form Exercise
In the following exercise, you will make a sign-up form. To begin, please download the files you will require: the background image, and a text file containing all the text used in the page. A couple words in the text file may not match the screenshots on this page: don’t worry about that. Here is […]
JazzClass.Com Sign Up Form Exercise
In the following exercise, you will make a sign-up form (and possibly a gallery). To begin, please download the files you will require. In the downloaded archive, you will find the following: Change the name of the folder to your-full-name-jazzclass. You can use the Internet, your notes, or previous files. If this is a test, […]
For this exercise, there is nothing to download, except for the screenshots. In the exercise, you will make a single page for an imaginary software company called Photon Software. The page will display details of five apps built by the company. Each app’s details will occupy one panel in the page. Please look at the […]
In this exercise, you’ll make a single page layout. First please download the starter files. Once you unzip the folder, rename it TheSallyRoonies-YourFirstName-YourLastName. Then download the screenshots. Now, make the HTML, CSS, and JS to make the following page with the following details. A Loom Video demonstration of the task. Fonts Use the system ui […]
HTML/CSS/JS Exercise: Photon Software
For this exercise, there is nothing to download, except for the screenshots. In the exercise, you will make a single page for an imaginary software company called Photon Software. The page will display details of five apps built by the company. Each app’s details will occupy one panel in the page. Please look at the […]
This assignment is only for students taking WMDD 4835 without taking WMDD 4840. Online Film Festival For this exercise, you will make a website mockup for an imaginary College Film Festival that will take place over five days June 13 – 17 of next year. Think of the project as a prototype of parts of […]