Skip to content

Commit 7951602

Browse files
authored
Update README.md
1 parent b75f16f commit 7951602

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

Weight Converter/README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
# Weight Converter
2-
# Made by: Palak Singhania
32

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
64
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.
827

928
# screenshots
1029
a. When we don't enter any value or the value is less than or equal to zero then an alert appears.

0 commit comments

Comments
 (0)