Skip to content

Commit bbc2957

Browse files
authored
Merge pull request #220 from Animeshmaru/corona-tracker-animesh
added new project corona tracker
2 parents 9e38e46 + cf38c4b commit bbc2957

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1744
-0
lines changed

Corona-tracker/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

Corona-tracker/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<h1 align="center"> 🌵 Go-Corona</h1>
2+
<hr>
3+
<br>
4+
<p>Beginner friendly project which uses basics API's and provide real time data of vaccines and corona cases.
5+
<h1 align="center">👩‍💻 Tech stack</h1>
6+
✔ HTML/HBS <br>
7+
✔ CSS <br>
8+
✔ JavaScript <br>
9+
✔ NodeJs <br>
10+
✔ ExpressJs <br>
11+
</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>
33+
<h1 align="center">🖼 Screenshot</h1>
34+
<img align="center" src="https://user-images.githubusercontent.com/77394228/125890843-a430b246-67bc-4ec2-9fee-f7513f8df3ee.png"/>
35+
36+

0 commit comments

Comments
 (0)