Skip to content

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.

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published