File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Weight Converter
2
- # Made by: Palak Singhania
3
2
4
- # Description
5
- 1 . This is a simple weight converter project in which the user enters the weight in kilograms and it gets converted to
3
+ A basic Weight Converter project in which the user enters the weight in kilograms and can convert it to
6
4
grams, pounds and ounces.
7
- 2 . It contains two files : index.html and main.css
5
+
6
+ # Use of Project
7
+ 1 . For users: Resolves tedious task of multiplication of large numbers for weight conversion.
8
+ 2 . For developers: A beginner-friendly project to get started with web development.
9
+
10
+ # Stack Used
11
+ > HTML
12
+ > CSS
13
+ > JavaScript
14
+ # Set up required to run
15
+ 1 . Clone the repository.
16
+ ```
17
+ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
18
+ ```
19
+ 2 . Move to project directory.
20
+
21
+ 3 . Open index.html with Chrome or any browser.
22
+
23
+ 4 . Pass your value in kilograms and get the desired converted weight.
24
+
25
+ # Output (Screenshots)
26
+ - When we don't enter any value or the value is less than or equal to zero then an alert appears.
8
27
9
28
# screenshots
10
29
a. When we don't enter any value or the value is less than or equal to zero then an alert appears.
You can’t perform that action at this time.
0 commit comments