An open API service indexing awesome lists of open source software.

https://github.com/babkock/homework

All of the homework for my webdev classes. Contains working, live, browsable homework assignments.
https://github.com/babkock/homework

composer-package javascript mysql mysql-database nodejs nodejs-packages php php7 reactjs sass vue webdevelopment webpack

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

#+TITLE: homework
#+AUTHOR: Tanner Babcock
#+EMAIL: babkock@protonmail.com
#+LANGUAGE: en

Web development assignments for several classes. These homework assignments can be viewed on [[https://tannerbabcock.com/homework/index][my website.]]

* Classes

- [[https://tannerbabcock.com/homework/index?c=wdv101][WDV 101 - Intro to HTML and CSS]]
- WDV 131 - Intro to Photoshop and Fireworks
- [[https://tannerbabcock.com/homework/index?c=wdv205][WDV 205 - Advanced CSS]]
- [[https://tannerbabcock.com/homework/index?c=wdv221][WDV 221 - Intro to JavaScript]]
- [[https://tannerbabcock.com/homework/index?c=wdv321][WDV 321 - Advanced JavaScript]]
- [[https://tannerbabcock.com/homework/index?c=wdv341][WDV 341 - Intro to PHP]]

** [[https://tannerbabcock.com/homework/wdv341/wax/index][WaXchange: PHP]]

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

[[https://tannerbabcock.com/homework/wdv341/wax/index][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. [[https://gitlab.com/tbhomework/homework/-/tree/master/wdv341/wax][Browse the source code here]]. This application is responsive, and has complete mobile styles in SCSS.

** [[https://tannerbabcock.com/homework/wdv321/recipes/home.html][Awesome Recipes: JavaScript]]

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

[[https://tannerbabcock.com/homework/wdv321/recipes/home.html][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. [[https://gitlab.com/tbhomework/homework/-/tree/master/wdv321/recipes][Browse the source code here]].

[[https://github.com/Babkock/python][Looking for Python?]]
[[https://github.com/Babkock/cis152][Data Structures]]
[[https://github.com/Babkock/cis164][Advanced C++]]