Assignments
Assignment 1 – Basic HTML
This assignment focuses on learning the basics of HTML, including structure and tags.
Assignment 2 – Basic CSS
This assignment teaches CSS fundamentals, covering colors, fonts, and basic styling techniques.
Assignment 3 – Page Layout
This assignment creates a multi-section layout and style it with Flexbox.
Assignment 4 – Recreation
This assignment recreates the College of Arts and Sciences from the USC Website.
Assignment 5 – JavaScript
This assignment introduces JavaScript by creating buttons and other functions.
Assignment 6 – If Statements
This assignment continues with JavaScript by introducing If Statements.
Projects
Project Part 1: PDF – Pokemon TCG Database
This project shall introduce the premise of how I want to build the Pokemon TCG Database.
Project Part 2: Wireframe – Pokemon TCG Database
This part of the project introduces the scope of what the webpage will look like once completed.
Project Part 3: HTML and CSS – Pokemon TCG Database
This part of the project puts the wireframe into use using HTML and CSS.
Project Part 4: HTML and CSS Continued – Pokemon TCG Database
This part of the project is a continuation of implementing HTML and CSS.
Project Part 5: HTML and CSS Continued Further – Pokemon TCG Database
This part of the project is a continuation of the continuation of implementing HTML and CSS.
Project Part 6: JavaScript – Pokemon TCG Database
This part of the project implements the JavaScript through json parsing.
Project Part 7: Contact – Pokemon TCG Database
This part of the project adds the "Contact" page for users.
Project Part 9: API – Pokemon TCG Database
This part of the project implements the API portion of the React app.
Project Part 10: Post Requests – Pokemon TCG Database
This part of the project introduces post requests.
Project Part 11: Edit/Delete Requests – Pokemon TCG Database
This part of the project implements the edit/delete requests.
Project Part 12: MongoDB Server CRUD – Pokemon TCG Database
This part of the project uses MongoDB to access the database.