Skip to content

KAYITARES/assessement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TRIANGLE TRACKER

Triangle Tracker is awebsite that used to track name of the triangle, December,13th,2018

By KAYITARE Cynthia

Description

the website is created using css for the design,html for the structure and Javascript for its function, where user enter the 3 number value of the length and the system help them to knownm the name of the triangle based on the value he/she enter.

Setup/Installation Requirements

BDD(Behavior-Driven Development)

The following is what my program should handle:

Behavior Input Example Numerical Example Output Example
triangle is isoscele any two side are equal 12; 1; 12 Isoscele Triangle
triangle is equilateral all side are equal 12; 12; 12 Equilateral Triangle
triangle is scalene all 3 sides is not equal 12 ; 13; 14 Scalene Triangle
is not a triangle the sum of any two sides is less or equal to the third 50; 5; 4 Not a Triangle
triangle must have 3 sides with positive definate length! make 3 positive number 12 triangle must have 3 sides with positive definate length!

SPECS

  • The program should accept input from the user * input example:3,3,3 * output:the triangle is equilateral

  • The program should accept only 3 positive numbers * input example:12 * output:a triangle must have 3 sides with positive definate length!

  • The program should accept return when triangle is not been created * input example:40,5,3 * output:is not a triangle

  • The program should respond if the triangle is equilateral * input example:12,12,12 * output:the triangle is equilateral

  • The program should respond if the triangle is isosceles

    • input example:12,1,12
    • output:the triangle is isosceles
  • The program should respond if the triangle is scalenes

    • input example:12,13,14
    • output:the triangle is scalenes

Known Bugs

no bugs known

Technologies Used

1. front-end

  • HTML:used for structure
  • CSS: used for design

2. back-end

  • Javascript: Functionality

Support and contact details

Need support please contact us on my email: [email protected]

License*

MIT Copyright (c) 2018KAYITARE Cynthia

Releases

No releases published

Packages

No packages published