CSCE242 - Web Applications

Projects By: Josue F

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

  1. Assignment 01 - Basic HTML

    A webpage of the assignment shown on different viewports

    Using basic HTML elements like headers, paragraphs, images, a list, a table, and external links.

  2. Assignment 02 - Basic CSS

    A webpage of the assignment shown on different viewports

    Building a navigation bar, and other HTML elements and giving them proper styling with CSS.

  3. Assignment 03 - Layout

    A webpage of the assignment shown on different viewports

    Showing how you can use flexbox to create a clean layout for your webpage.

  4. Assignment 04 - Recreate

    A webpage of the assignment shown on different viewports

    Recreating a page from the University of South Carolina's website.

  5. Assignment 05 - Basic JS

    A webpage of the assignment shown on different viewports

    Using basic event handlers to show interactivity with some elements.

  6. Assignment 06 - Conditionals

    A webpage of the assignment shown on different viewports

    Displaying content based on user input and tab selection.

  7. Assignment 07 - Loops

    A webpage of the assignment shown on different viewports

    Using loops to generate elements and run functions multiple times.

  8. Assignment 08 - Arrays

    A webpage of the assignment shown on different viewports

    Structuring arrays to help display interactive data in a modal.

  9. Assignment 09 - Classes

    A webpage of the assignment shown on different viewports

    Creating a class to display a gallery of similar items and modals.

  10. Part 01 - Topic Selection

    A pdf describing the pages and features of a website.

    A description of each page in the project and its features.

  11. Part 02 - Wireframe

    A wireframe showing the basic layout of a webpage.

    A wireframe to show the basic layout and user flow.

  12. Part 03 - HTML & CSS

    A webpage of the project shown on different viewports

    The HTML & CSS of each page from the wireframe.

  13. Part 04 - Images

    A webpage of the project shown on different viewports

    The website with all images, text, & color scheme.

  14. Part 05 - JavaScript

    A webpage of the project shown on different viewports

    Intermediate JavaScript to fetch data & sort the gallery page.

  15. Part 06 - Update Data

    A webpage of the project shown on different viewports

    Updating JSON data and sorting features.

  16. Part 07 - Form & iFrame

    A webpage of the project shown on different viewports

    Adding iFrames and accepting contact form submissions.