As3toJs / triangle

This will determine the type of a triangle (Equilateral, Isosceles or Scalene)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Validate Triangle

A program that determines the type of a triangle. It takes the lengths of the triangle's three sides as input, and return whether the triangle is Equilateral, Isosceles or Scalene.

Getting Started

Follow the below steps to start the application

Installing

Clone the repo to your local machine or download as a zip. Inside the project directory use the following commands.

yarn install and yarn start

Running the tests

To run all the test in the application yarn run test a

You can also run a single test using yarn run test app.test.js

Built With

- React
- tradeshift ui,
- css
- prop-types
- jest and enzyme
- lodash

About

This will determine the type of a triangle (Equilateral, Isosceles or Scalene)


Languages

Language:JavaScript 87.0%Language:HTML 8.0%Language:CSS 5.0%