Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/babkock/homework

School homework. Contains working homework assignments for several classes.
https://github.com/babkock/homework

homework-assignments javascript mysql mysql-database nodejs-packages php sass vue webdevelopment webpack

Last synced: 5 days ago
JSON representation

School homework. Contains working homework assignments for several classes.

Awesome Lists containing this project

README

        

#+TITLE: homework
#+AUTHOR: Tanner Babcock
#+EMAIL: [email protected]
#+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://gitlab.com/Babkock/python][Looking for Python?]]