Skip to content

Commit e3a002d

Browse files
committed
created assets folder
1 parent 7f7a105 commit e3a002d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Temperature Convertor/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22

33
This webpage converts temperatures from and to Celcius, Fahrenheit and Kelvin.
44

5-
### Tech Stack
5+
### Tech Stack:
66

77
- HTML5
88
- Bulma CSS
99
- Vanilla JS
1010

11-
### Prequisites
11+
### Prequisites:
1212

1313
- Git and GitHub installed in the machine in order to clone the repo.
1414

15-
### How to Install
15+
### How to Install:
1616

1717
- Open terminal / CMD to access git commands.
1818
- Enter this command:
1919
`https://github.com/joshi-kaushal/Web-dev-mini-projects.git`
2020
- switch to _temp-convertor_ branch and open the folder named _Temperature Convertor_
2121
- run `index.html` file
2222

23-
### Screenshots
23+
### Screenshots:
2424

25+
Home Page -
2526
![Home Page](https://github.com/joshi-kaushal/Web-dev-mini-projects/blob/temp-convertor/Temperature%20Convertor/home.png)
27+
Successful conversion -
2628
![Successful conversion](https://github.com/joshi-kaushal/Web-dev-mini-projects/blob/temp-convertor/Temperature%20Convertor/cel-far.png)
29+
Same Units -
2730
![Same Units](https://github.com/joshi-kaushal/Web-dev-mini-projects/blob/temp-convertor/Temperature%20Convertor/same-units.jpg)

0 commit comments

Comments
 (0)