goldangera / triangle-project

This my project that enables a person to input three dimensions. After inputting the dimensions it tells one the type of triangle one is or whether it is a triangle or not.

Home Page:https://goldangera.github.io/triangle-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRIANGLE TRACKER

uses js functions and methods on the back end to evaluate if three input values form a triangle, if they do it evaluates what kind of triangle if they don't it alerts you.

By Golda Ngera

Description

This is a project that can be used to evaluate if certain dimensions can be used to make triangles and what kind of triangles they form. All that the user needs to do is input his or her dimensions and then the program responds by telling her what kind of triangle they have made.

BDD

Behavior- Our program should handle: Input Example- When it receives: Output Example- It should return:
sides that are all equal 23, 23, 23 Equilateral triangle
only two sides equal 13, 14, 14 Isosceles triangle
no sides being equal 3, 4, 5 Scalene triangle
the sum of two sides being equal or less than the third side 24, 7, 8 NO triangle at all

Setup/Installation Requirements

  • Open your browser browser.
  • Load gitHub on your browser.
  • Search for goldangera/triangle-project repository.
  • Fork the data onto your own personal repository.
  • To access the live website, click on this url: https://goldangera.github.io/triangle-project

Known Bugs

No Bugs

Technologies Used

CSS for styling. HTML for webpage design. JavaScript for business logic

License

About

This my project that enables a person to input three dimensions. After inputting the dimensions it tells one the type of triangle one is or whether it is a triangle or not.

https://goldangera.github.io/triangle-project/

License:MIT License


Languages

Language:JavaScript 53.8%Language:HTML 26.9%Language:CSS 19.3%