Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.19 KB

File metadata and controls

42 lines (23 loc) · 1.19 KB

Object Oriented Javascript

Lesson 5 Project Dinosaur

Project Summary

1. Code Functionality & UI

2. Code Quality

3. OOJS Concepts

4. Make your Project Standout

  • Validate the form data to ensure the data is acceptable and complete.
  • Allow the user to generate a new infographic.
  • Move the tile colors from CSS to JS for more control.
  • Randomize the order of the tiles while keeping the human in the middle.
  • Create a hover state on the tiles that displays the rest of the species statistics.
  • Create additional methods for comparing data.
  • Rewrite the project to use constructor functions, factory functions, the module pattern, and revealing module pattern
  • Allow the user to select different units for the numbers and update the methods to account for this.

Object-Oriented JavaScript

Development Strategy

Version Control

Udacity Style Guides

Still Not Sure How to Begin

Project Dinosaurs