Skip to content

kaitlinmcdermott/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 2 - Short Stack: Basic Two-tier Web Application using HTML/CSS/JS and Node.js

Kaitlin McDermott http://a2-kaitlinmcdermott.glitch.me

Start Your Fitness Journey

My project calculates a user's Body Mass Index(BMI) after getting the user's name, height, and weight as input. The project takes the users height and weight and outputs their BMI. Unfortunately, I had difficulty producing a list of the all of the results that displayed on the page. While working to get a list populated on the page, the functionality of printing the BMI was lost. I am aware that this project is not complete with all requirements, but after running into issues this is my submission.

Technical Achievements

  • Tech Achievement 1: Using a combination of javascript and html as seen in scripts.js
  • Tech Achievement 2: In index.html, I used select options for the units entered by the user.

Design/Evaluation Achievements

  • Design Achievement 1: Shown in style.css, the code includes a background image, background color, a second image, and padding to move the text to the right side of the page.

https://www.w3schools.com/html/html_images.asp I referred to the w3schools website for a lot of pointers on my css file, js files, and my html file.

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Client-side_storage I referenced this website when trying to figure out how to store data going to the server.

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.3%
  • HTML 39.3%
  • CSS 5.4%