Skip to content

All of the homework for my webdev classes. Contains working, live, browsable homework assignments.

License

Notifications You must be signed in to change notification settings

Babkock/homework

Repository files navigation

homework

Web development assignments for several classes. These homework assignments can be viewed on my website.

Classes

https://raw.githubusercontent.com/Babkock/homework/master/img/waxchange.png

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.

https://raw.githubusercontent.com/Babkock/homework/master/img/recipes.png

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.

Looking for Python?