Skip to content

Latest commit

 

History

History
55 lines (24 loc) · 1.84 KB

README.md

File metadata and controls

55 lines (24 loc) · 1.84 KB

cs290

Intro to Web Development through JS.

Week 05

Summary: DOM Manipulation and events in JS.

Result: A table of values created in JS with a cursor and buttons that can move the cursor along with a button to mark individual cells.

Screenshot 1

Week 06

Summary: AJAX GET and POST requests. Asynchronous aspects of JS.

Result: A simple site for getting the weather asynchronously from OpenWeatherMaps API.

Screenshot 1

Week 07

Summary: Node.JS, Express.JS, Handlebars.

Result: A simple server that parses GET and POST requests, displays the type of request and data passed in.

Week 08 Project 1

Summary: Learning and understanding an API that is not related to the class and creating a simple website to discuss said API.

Result: A full website based on Handlebars templates that discusses basic usage of imgur API and dynamically gets random images from it.

Screenshot Page 1 Screenshot Page 2
Screenshot 1 Screenshot 2

Week 10

Summary: Single page application that works with a database.

Result: A simple application for tracking workouts. Keeps all the information in a MySql database and uses AJAX to update and pull data from the server.

Screenshot 1