Skip to content

ElreyB/triangle-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle Tracker

Branching exercise for Epicodus, 08.20.2017

By Elrey Belmonti

Description

This page will determine if the three numbers will make a triangle and what basic type of triangle it is. This is based on these definitions:

  • Equilateral: All sides are equal.

  • Isosceles: Exactly 2 sides are equal.

  • Scalene: No sides are equal.

  • NOT a triangle: The sum of the lengths of any two sides of a triangle is less than or equal to the length of the third side.

Setup/Installation Requirements

Known Bugs 🐛🐛🐛

No known bugs

Support and contact details

Feel free to contact me at [email protected]

Technologies Used

  • HTML
  • CSS
  • Javascript/jQuery
  • Bootstrap

Contributors

Elrey Belmonti
Elrey Belmonti
💻 📖 🐛 🎨

This project follows the all-contributors specification.