Web development assignments for several classes. These homework assignments can be viewed on my website.
- WDV 101 - Intro to HTML and CSS
- WDV 131 - Intro to Photoshop and Fireworks
- WDV 205 - Advanced CSS
- WDV 221 - Intro to JavaScript
- WDV 321 - Advanced JavaScript
- WDV 341 - Intro to PHP
WaXchange is a physical music marketplace, similar to Discogs or Boomkat. It uses a MySQL database, has a multi-user login system, relies heavily on AJAX calls, and is capable of facilitating transactions and interactions between users. The front end uses Vue.js and Webpack, like Awesome Recipes does. Browse the source code here. This application is responsive, and has complete mobile styles in SCSS.
Awesome Recipes is a recipe manager written in Vue.js. It uses local storage, it features Webpack and SASS for compiling assets, and it is completely responsive (meaning it works fine on mobile). This was my final project for Advanced JavaScript. Browse the source code here.