Skip to content

Commit 39ef828

Browse files
committed
add images
1 parent 87ebc4a commit 39ef828

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

QR-CODE-Generator/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# QR Code Generator
2+
3+
## About The Project
4+
5+
A simple web application which will generate a QR Code.
6+
7+
## Tech Stacks Used
8+
9+
10+
![HTML](https://img.shields.io/badge/html5%20-%23E34F26.svg?&style=for-the-badge&logo=html5&logoColor=white)
11+
![CSS](https://img.shields.io/badge/css3%20-%231572B6.svg?&style=for-the-badge&logo=css3&logoColor=white)
12+
![JS](https://img.shields.io/badge/javascript%20-%23323330.svg?&style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
13+
14+
## API Used
15+
16+
Visit Website: https://goqr.me/api/
17+
18+
## How to use Project
19+
20+
21+
- Download or clone the repository
22+
23+
```
24+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
25+
```
26+
27+
- Go to the directory
28+
- Run the index.html file
29+
30+
31+
## Screenshots
32+
33+
<img src="./Screenshots/ss1.png" />
34+
35+
<br><br>
36+
After clicking on Generate Button, UI looks like:
37+
38+
<img src="./Screenshots/ss2.png" />
39+
40+
41+
## Live Demo
42+
43+
<img src="./Screenshots/demo.gif" />
1.21 MB
Loading

QR-CODE-Generator/Screenshots/ss1.png

1000 KB
Loading

QR-CODE-Generator/Screenshots/ss2.png

841 KB
Loading

0 commit comments

Comments
 (0)