CSCE242 - Web Applications
Course Description
Firstly, students will learn the fundamentals of front-end web development by learning to structure their websites with HTML, style their websites through CSS, and add interactivity to their websites using JavaScript. Lastly, they will learn back-end development by learning NodeJS and MongoDB.
Assignments Projects
-
Assignment 01 - Basic HTML
Using basic HTML elements like headers, paragraphs, images, a list, a table, and external links.
-
Assignment 02 - Basic CSS
Building a navigation bar, and other HTML elements and giving them proper styling with CSS.
-
Assignment 03 - Layout
Showing how you can use flexbox to create a clean layout for your webpage.
-
Assignment 04 - Recreate
Recreating a page from the University of South Carolina's website.
-
Assignment 05 - Basic JS
Using basic event handlers to show interactivity with some elements.
-
Assignment 06 - Conditionals
Displaying content based on user input and tab selection.
-
Assignment 07 - Loops
Using loops to generate elements and run functions multiple times.
-
Assignment 08 - Arrays
Structuring arrays to help display interactive data in a modal.
-
Assignment 09 - Classes
Creating a class to display a gallery of similar items and modals.
-
Assignment Setup 02
-
Part 01 - Topic Selection
A description of each page in the project and its features.
-
Part 02 - Wireframe
A wireframe to show the basic layout and user flow.
-
Part 03 - HTML & CSS
The HTML & CSS of each page from the wireframe.
-
Part 04 - Images
The website with all images, text, & color scheme.
-
Part 05 - JavaScript
Intermediate JavaScript to fetch data & sort the gallery page.
-
Part 06 - Update Data
Updating JSON data and sorting features.
-
Part 07 - Form & iFrame
Adding iFrames and accepting contact form submissions.
-
Part 08 - Migrate to React