From f2bbb7206868256508a8d559db400e7afa22e7b8 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@mail.kvcc.edu> Date: Tue, 13 Oct 2015 21:42:32 -0400 Subject: [PATCH] Update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fa86c..3d33aae 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ Brandon Rodriguez ## Description +A simple temperature conversion phone app. + +User can input a temperature, including decimals and negatives. This input is then converted to/from any of the following: Celsius, Fahrenheit, Kelvin, or Rankine. + +For each conversion, the user will see both the input temperature and the converted temperature, as well as the standard equation generally used for such a conversion. + +Data is saved on screen rotate and persistant until end of application. + +## Project Requirements + Create a temperature converter application. The application should look like the screen shots I have provided. The application should do the calculation and display the formula that was used to do the calculation. @@ -53,4 +63,4 @@ http://stackoverflow.com/questions/4885254/string-format-to-format-double-in-jav ## Known Problems, Issues, And/Or Errors in the Program - +None noted thus far. -- GitLab