This project was bootstrapped with Create React App.
This is a simple implementation of a form to determine 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.
- Clone this repo
- Run
yarn i
to install dependencies - Run
yarn run start
to start the app. - Run
yarn run test
to launch the test runner.
Now you're ready to rumble!