Skip to content

Commit 5d8f544

Browse files
authored
Update README.md
1 parent 76a897f commit 5d8f544

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

README.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,50 @@
1-
# html-css-javascript-calculators
1+
# HTML/CSS and JavaScript Calculators and Converters
2+
3+
This repository contains a collection of 20 calculators and converters built with HTML, CSS, and JavaScript.
4+
5+
| # | Project | Live Demo |
6+
| :-: | ----------------------------------------------- | --------- |
7+
| 01 | [Simple Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/01-Simple-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/01-Simple-Calculator/) |
8+
| 02 | [Modern Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/02-Modern-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/02-Modern-Calculator/) |
9+
| 03 | [Exchange Rate Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/03-Exchange-rate-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/03-Exchange-rate-Calculator/) |
10+
| 04 | [Age Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/04-Age-calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/04-Age-calculator/) |
11+
| 05 | [Basic Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/05-Basic-calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/05-Basic-calculator/) |
12+
| 06 | [Dark & Light Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/06-Dark&Light-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/06-Dark&Light-Calculator/) |
13+
| 07 | [Glassmorph Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/07-Glassmorph-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/07-Glassmorph-Calculator/) |
14+
| 08 | [Neumorphism Calculator with Dark & Light](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/08-Neumorphism-with-Dark-light) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/08-Neumorphism-with-Dark-light/) |
15+
| 09 | [Ninja Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/09-Ninja-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/09-Ninja-Calculator/) |
16+
| 10 | [Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/10-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/10-Calculator/) |
17+
| 11 | [White Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/11-White-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/11-White-Calculator/) |
18+
| 12 | [Age Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/12-Age-Calcuator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/12-Age-Calcuator/) |
19+
| 13 | [BMI Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/13-Bmi-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/13-Bmi-Calculator/) |
20+
| 14 | [Loan Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/14-Loan-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/14-Loan-Calculator/) |
21+
| 15 | [Tip Calculator](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/15-Tip-Calculator) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/15-Tip-Calculator/) |
22+
| 16 | [Decimal to Binary Converter](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/16-Decimal-To-Binary-Converter) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/16-Decimal-To-Binary-Converter/) |
23+
| 17 | [Temperature Converter](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/17-Temperature-Converter) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/17-Temperature-Converter/) |
24+
| 18 | [Temperature Converter](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/18-Temperature-Converter) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/18-Temperature-Converter/) |
25+
| 19 | [Weight Converter](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/19-Weight-Converter) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/19-Weight-Converter/) |
26+
| 20 | [Weight Converter](https://github.com/he-is-talha/html-css-javascript-calculators/tree/main/20-Weight-Converter) | [Live Demo](https://he-is-talha.github.io/html-css-javascript-calculators/20-Weight-Converter/) |
27+
28+
## License
29+
30+
The MIT License
31+
32+
Permission is hereby granted, free of charge, to any person obtaining a copy
33+
of this software and associated documentation files (the "Software"), to deal
34+
in the Software without restriction, including without limitation the rights
35+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36+
copies of the Software, and to permit persons to whom the Software is
37+
furnished to do so, subject to the following conditions:
38+
39+
The above copyright notice and this permission notice shall be included in
40+
all copies or substantial portions of the Software.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
48+
THE SOFTWARE.
49+
250

0 commit comments

Comments
 (0)