Brock Ellis's repositories
Feedbacker.js
A lean, mean feedback machine
footsquare
Mobile app for scoring footsquare games
Reportilizer
A hacky GUI way of generating PDFs from HTML/CSS
SpacebarInvaders
HTML5 Canvas game in the style of Space Invaders
thebrockellis.github.io
Personal blog served up with Github pages
Reportilizer-Deux
Reportilizer with a better interface, support for multiple templates, and a drag & drop interface builder!
docker-rails
Docker image for developing Rails
gorgcs-dota2-egg-timer
Gorgc's Dota2 Egg Timer App
learning-git
learning git for midland class
minimist-json
Whatever args you pass in are streamed out as JSON. That is all.
mount-gregmore
Silly little app to build top 4 lists.
NoahWatcher
A sample Ionic 3 app for the Heartland Developer Conference 2017
nyancat-chaser
Live-coded "game" for AIM event May 2019
rollup-plugin-svelte-hot
Fork of official rollup-plugin-svelte with added HMR support (for both Nollup or Rollup)
stencil-loading-spinner
Loading spinner component created using stencil
stugotz-weekend-observations
Fun little app for folks to create their own weekend observations
video-game-api
A simple repo for storing JSON data for a class project
week3
Me Object Create a new .html file named "me.html" in a repo named "week3" Set up the basic HTML template, with head and body In a script tag, create a new object and store it in a variable called "me" In the object, add the following keys: family (object) create a key for "guardians" and make it an array Each item in the array will be an object with the following keys name nickname age create a key for "siblings" and make it an array each item in the array will be an object with the following keys name favorite (boolean) age pets (array) each item in the array must be an object with the following keys: name species still_alive (boolean) nicknames an array of string nicknames for that pet childhood (object) favorite_movie (string) favorite_food (string) adulthood favorite_movie(string) favorite_food(string) I will "ask" this object for 3 pieces of information: your first guardians nickname I will use the code "me.family.guardians[0].nickname" to access it is your first pet still alive? I will use the code "me.pets[0].still_alive" your favorite foods I will use the code me.childhood.favorite_food and me.adulthood.favorite_food I will also be looking for proper indentation on this object. Please refer to the in-class example file if needed, MadLibs Create a new .html file named "madlibs.html" in a repo named "week3" Set up the basic HTML template, with head and body In a script tag, create 3 variables and set their values to prompts Ask the user to provide 3 pieces of information and store their answers in variables Console.log out a full sentence using the 3 pieces of information that they provided from the promps.