A Ruby App that determines the type of Triangle
A Triangle class includes methods for initializing new triangles and determining the triangle type. Keep in mind that not all combinations of three numbers make valid triangles. For example, (2, 2, 8) does not make a triangle.
The Web page lets the user input the lengths of the sides of a triangle, and tells whether they form an equilateral, isosceles, or scalene triangle
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Open your Terminal and type
git clone https://github.com/vamuigua/Triangles-ruby.git
cd Triangles-ruby
To install the gems type the code below
bundle install
Run the app
ruby app.rb
Open localhost:4567
in your browser
That's it!
Things you need to install
Ruby 2.3.1
Go into the your root directory folder and type To check if your specs are running well
rspec
This will check if all tests are running
If triangle is Equilatetal it should return True
Give an example
- Victor Allen - vamuigua
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used!! ;)