Skip to content

Instantly share code, notes, and snippets.

@stanleycyang
Created March 20, 2015 20:32
Show Gist options
  • Save stanleycyang/ed610a5839f869a7213f to your computer and use it in GitHub Desktop.
Save stanleycyang/ed610a5839f869a7213f to your computer and use it in GitHub Desktop.

#Calculator Lab

Let's create a calculator using the OOP principles that we learned this week!

This calculator can be: 1) a regular calculator, 2) finance calculator, 3) tip calculator, or anything you can imagine!

###Requirements:

  • Must be built using Object-Oriented Principle (OOP)
  • It must have a Graphic User Interface (GUI)
  • Use HTML, CSS, JavaScript
  • Use best practices: whitespacing, commenting, DRY, separation of concerns, etc.

You have all afternoon to accomplish it! We will tag back up at 5PM and present your calculator app!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment