jeffcad / Udacity-Intermediate-JavaScript-Nanodegree-Project-1

A site that takes a user's name, height, weight and diet, and compares to a selection of dinosaur facts. A first attempt at using constructor functions and prototype inheritance. Project #1 in the Intermediate JavaScript Nanodegree from Udacity.

Home Page:https://jeffcad.github.io/Udacity-Intermediate-JavaScript-Nanodegree-Project-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dinosaur Infographic - Project #1 for Udacity's Intermediate JavaScript Nanodegree

Description

This project takes a user's name, height, weight and diet, and compares them to a selection of dinosaur facts. Metric or imperial units can be selected.

The purpose of this project was to try using constructor functions to make objects and to use inheritance by prototypes.

Prerequisite

None

Installation

No installation needed. Site is hosted on GitHub pages here.

Using the App

Enter your name, height, weight and diet type (herbivore, omnivore or carnivore). Use the Units radio buttons to choose metric (cm, kg) or imperial units (feet/inches, lbs) for height and weight.

When you are finished entering the data, press the Compare Me! button to see yourself compared to dinosaurs, and a modern-day friend.

If you want to try again, you may click the Go Again button.

About

A site that takes a user's name, height, weight and diet, and compares to a selection of dinosaur facts. A first attempt at using constructor functions and prototype inheritance. Project #1 in the Intermediate JavaScript Nanodegree from Udacity.

https://jeffcad.github.io/Udacity-Intermediate-JavaScript-Nanodegree-Project-1/


Languages

Language:JavaScript 63.4%Language:HTML 20.8%Language:CSS 15.9%