KJ Schmidt's repositories

servers

More madlibs! Created a SPA with 2 views. Set up routers to move between each view. Created a form where the user inputs information that is saved and displayed in the other view.

Language:JavaScriptStargazers:0Issues:0Issues:0

routers

Created a SPA with 4 views. Set up routers for each to navigate between the views.

Language:HTMLStargazers:0Issues:0Issues:0

angularSixYearOld

Used Angular to create a button that gave you a random word, another button to style that word, a button that gave you a random phrase, and another button to style that phrase.

Language:HTMLStargazers:0Issues:0Issues:0

angularExercises

Used Angular to create a madlib by adding text input fields to the page and ngModel directives. Used 3 different Angular expressions: Math, String operations, and Logical operators. Used ngRepeat to name members of a band from an array of strings. Then did the same things without using list items.

Language:HTMLStargazers:0Issues:0Issues:0

toDoAngular

A to-do list you can add items to. Made with angular. Styled with Bootstrap

Language:HTMLStargazers:0Issues:0Issues:0

jsPlugins

Used a jQuery Pluggin Raptorize. Styled with Bootstrap.

Language:JavaScriptStargazers:0Issues:0Issues:0

PoorManReddit

Pulling the first 10 links of the /r/Aww from the JSON and reposting them with our own styling the "poor man's Reddit"

Language:CSSStargazers:0Issues:0Issues:0

jQueryNavBar

Lab 11 - Practice using jQuery methods on a navigation bar. Your navigation should be in the form of an unordered list. Each should fade to 0.25 opacity when the user hovers over it, and return to full opacity when they remove the cursor. Each should change background colors when clicked on. When the user clicks on a , the word 'Clicked!' should appear inside it.

Language:JavaScriptStargazers:0Issues:0Issues:0

BuzzFizzWoof

Lab 10 - List numbers 1-100 Numbers that are exact multiples of 3, or that contain 3, must print a string containing "Fizz". (i.e. 9 -> "Fizz", 31 - > "Fizz") Numbers that are exact multiples of 5, or that contain 5, must print a string containing "Buzz". (i.e. 10 -> "Buzz", 51 -> "Buzz") Numbers that are exact multiples of 7, or that contain 7, must print a string containing "Woof". (i.e. 14 -> "Woof", 71 -> "Woof") If more than one rule applies to a number, apply each applicable rule. (i.e. 15 -> "FizzBuzz", 35 -> "FizzBuzzWoof")

Language:JavaScriptStargazers:0Issues:0Issues:0

OOJS

Creating some object oriented shape classes

Language:JavaScriptStargazers:0Issues:0Issues:0

Lab8

Set up a basic HTML page. Append the items and their prices from the shopping list in lab 7 to the page. Show the total somewhere on the page. Use bootstrap and javascript.

Language:JavaScriptStargazers:0Issues:0Issues:0

ShoppingList1

Lab 7 - build a shopping list using an array. Use a loop to list each item and price in the Terminal, write a function to find the total price.

Language:JavaScriptStargazers:0Issues:0Issues:0

Lab7Bonus

Write a JavaScript function to generate an array. The elements in the array should be integers in a range between two integers given as arguments.

Language:JavaScriptStargazers:0Issues:0Issues:0

TempConverterFunctions

Using Javascript functions to convert the temp back and forth between fahrenheit and celsius in Terminal

Language:JavaScriptStargazers:0Issues:0Issues:0

TempConverterWebsite

Using Javascript to convert user input on an HTML site

Language:HTMLStargazers:0Issues:0Issues:0

TempConverter

Converts temperature in Terminal (Part 1 of Lab 5)

Language:JavaScriptStargazers:0Issues:0Issues:0

Lyrics

git demo 2

Stargazers:0Issues:0Issues:0

gitdemo

git demo

Stargazers:0Issues:0Issues:0

Blog

Blog using Bootstrap

Language:HTMLStargazers:0Issues:0Issues:0

Pre-Work

Pre-Work Website Project

Language:HTMLStargazers:0Issues:0Issues:0