We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93c549 commit 34dd5ecCopy full SHA for 34dd5ec
README.md
@@ -0,0 +1,21 @@
1
+# Weight Converter App
2
+
3
+This is a simple web application that allows you to convert weights between different units.
4
5
+## Features
6
7
+* Converts between Kilograms (kg), Grams (g), Pounds (lbs), and Milligrams (mg).
8
+* Real-time conversion: The results are updated automatically as you type.
9
+* Remembers the last converted values using local storage.
10
+* Provides visual feedback when a conversion occurs.
11
+* Offers a light and dark mode theme for user preference.
12
13
+## Technologies Used
14
15
+* HTML
16
+* CSS
17
+* JavaScript
18
19
+## Author
20
21
+Mazen Ali
0 commit comments