Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machel54/triangular-tracker
This is the project of a triangle tracker website
https://github.com/machel54/triangular-tracker
Last synced: 9 days ago
JSON representation
This is the project of a triangle tracker website
- Host: GitHub
- URL: https://github.com/machel54/triangular-tracker
- Owner: Machel54
- Created: 2019-03-21T09:45:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T10:48:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-16T21:12:34.682Z (2 months ago)
- Language: JavaScript
- Homepage: https://machel54.github.io/Triangular-tracker/
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {Triangular-tracker}
#### {This is the project of a triangle tracker website}, {22nd March 2019}
#### By **{Machel Nyanumba}**
## Description
{To start using this project use the following commands:git clone https://github.com/MaryannGitonga/triangle-tracker.git
cd triangular-tracker
atom .
code . (this is if Visual Studio Code is your preferred text editor) ##Behavior Driven Development
The program should return this when the input is not a number:
Input Example: aOutput Example: Please enter a valid dimension
The program should return this when the input is a negative value:
Input Example: -1Output Example: Please enter a valid dimension
The program should return this when the sum of any two sides is less than or equal to the third side:
Input Example: first side = 1, second side = 1, third side = 3Output Example: It's not a triangle
The program should return this when all sides are equal:
Input Example: first side = 4, second side = 4, third side = 4Output Example: It's an equilateral triangle
The program should return this when at most two sides are equal:
Input Example: first side = 4, second side = 4, third side = 5Output Example: It's an isosceles triangle
The program should return this when all sides are not equal:
Input Example: first side = 4, second side = 5, third side = 6Output Example: It's an scalene triangle## Setup/Installation Requirements
### License
*{Link to Live Website
https://Machel54.github.io/Triangular-tracker .### License
MIT License.}*
Copyright (c) {2019} **{Moringa School}**
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.