Skip to content

Commit cf38c4b

Browse files
committed
updated index.md and readme files
1 parent 1a16e67 commit cf38c4b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Corona-tracker/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,28 @@
88
✔ JavaScript <br>
99
✔ NodeJs <br>
1010
✔ ExpressJs <br>
11-
1211
</p>
12+
<h1 align="center"> 🌎 Use</h1>
13+
- Download or clone the repository
14+
15+
```
16+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
17+
```
18+
19+
- Go to the directory
20+
```
21+
cd Corona-tracker
22+
```
23+
24+
- Run the command
25+
```
26+
npm start
27+
```
28+
- Start Local sever at 1338
29+
```
30+
http://localhost:1338
31+
```
32+
<hr>
1333
<h1 align="center">🖼 Screenshot</h1>
1434
<img align="center" src="https://user-images.githubusercontent.com/77394228/125890843-a430b246-67bc-4ec2-9fee-f7513f8df3ee.png"/>
1535

Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
| [Calculator App](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/CALCULATOR) | Simple Calculator App written in HTML, CSS, and JavaScript |
2222
| [Cat Generator App](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/CAT%20GENERATOR%20APP) | This web app allows you to generate cats as many you want |
2323
| [Chuck Norris Joke Generator](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Chuck-Norris-Jokes) | It is a simple API integrated joke generator. We can generate jokes by selecting a category of jokes |
24+
| [Corona-Tracker](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Corona-tracker) | Beginner friendly project which uses basics API's and provide real time data of vaccines and corona cases. |
2425
| [Stopwatch](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Clock-Stopwatch) | A basic Javascript stopwatch which allows you to count up from zero with start, reset and stop controls |
2526
| [Countdown-Timer](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Countdown_Timer) | Simple Web App which help to make some Important Occassion |
2627
| [Custom-Range-Slider](https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Custom-Range-Slider) | Simple Custom Range Slider written in HTML, CSS, and JavaScript |

0 commit comments

Comments
 (0)