diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5e14566 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-2024 Ankush Raj Mahe Yam (ARMY) + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b77d6fb --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Temperature-Converter + +This is simple but most reliable Tempreture Convter application to use for interchange temperature parameter in Degree Celsius, Kelvin & Fahrenheit in realtime. This website made using HTML, CSSk & JavaScript. + +## Features +- Convert Real time Temperature Measurment Unit. +- clear button to reset your data. + +## Usage: +1. Clone this repository. +2. Open `index.html` in your web browser. +3. Start managing your address book! + +## License +This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/AnkushRajMaheYam/Temperature-Converter/blob/main/LICENSE.md) file for details. + +## Credits +This website was created by Ankush Raj Mahe Yam (ARMY). All rights reserved. + +[Ankush Raj Mahe Yam (ARMY)](https://github.com/AnkushRajMaheYam) diff --git a/images.jpg b/images.jpg new file mode 100644 index 0000000..e84bef1 Binary files /dev/null and b/images.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..febbc36 --- /dev/null +++ b/index.html @@ -0,0 +1,79 @@ + + + + +