Pinned Repositories
bookmark-manager
A web application to keep track of interesting places on the World Wide Web.
bookmarks
The Bookmarks application
calculator
Exercise your DOM skills to build functional calculator with JavaScript
express-image-upload
An example Express application using Express Boilerplate plus multer for image basic uploads.
puppies-vs-kittens
Create an Express application to judge who is cuter: puppies or kittens
syllabus
Syllabus and description for the Web Technologies class at Union College in Lincoln, NE
table-of-contents
A walk-through using DOM methods to auto-generate a table of contents
temperature-converter
Define functions to convert between celsius and fahrenheit
unioncollege-webtech.github.io
Website for the Web Technologies class at Union College, Lincoln NE.
zookeep
Exercise using Objects and Arrays to display information about the animals at the zoo.
Union College Web Technologies's Repositories
unioncollege-webtech/calculator
Exercise your DOM skills to build functional calculator with JavaScript
unioncollege-webtech/puppies-vs-kittens
Create an Express application to judge who is cuter: puppies or kittens
unioncollege-webtech/syllabus
Syllabus and description for the Web Technologies class at Union College in Lincoln, NE
unioncollege-webtech/temperature-converter
Define functions to convert between celsius and fahrenheit
unioncollege-webtech/bookmark-manager
A web application to keep track of interesting places on the World Wide Web.
unioncollege-webtech/bookmarks
The Bookmarks application
unioncollege-webtech/express-image-upload
An example Express application using Express Boilerplate plus multer for image basic uploads.
unioncollege-webtech/table-of-contents
A walk-through using DOM methods to auto-generate a table of contents
unioncollege-webtech/unioncollege-webtech.github.io
Website for the Web Technologies class at Union College, Lincoln NE.
unioncollege-webtech/zookeep
Exercise using Objects and Arrays to display information about the animals at the zoo.
unioncollege-webtech/express-static-server
A simple static file server using Express.
unioncollege-webtech/final-exam-study-guide
A study guide for the final exam in Web Technologies
unioncollege-webtech/final-project
Repository for instructions and directions for the final project in web technologies
unioncollege-webtech/fizzbuzz
An exercise using variables, operators, strings, numbers, and loops.
unioncollege-webtech/introduction
Exercise for creating and using variables, and logging a message to the console.
unioncollege-webtech/javascripting
Exercise walking through essential JavaScript language features
unioncollege-webtech/peter-piper
An exercise for inspecting strings using .length and .charAt()
unioncollege-webtech/puppies-vs-kittens-advanced
Improve the Puppies Versus Kittens website by using cookies, POST requests, and templates.
unioncollege-webtech/sorts
An exercise using comparison operators to sort array values.
unioncollege-webtech/ten-useful-functions
Write ten functions that are useful in some way, and demonstrate their use.