Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/babkock/homework
- Owner: Babkock
- Created: 2019-08-21T23:38:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T05:18:47.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:08:18.131Z (7 months ago)
- Topics: homework-assignments, javascript, mysql, mysql-database, nodejs-packages, php, sass, vue, webdevelopment, webpack
- Language: HTML
- Homepage: https://tannerbabcock.com/homework/index
- Size: 77.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
#+TITLE: homework
#+AUTHOR: Tanner Babcock
#+EMAIL: [email protected]
#+LANGUAGE: enWeb 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?]]