File tree Expand file tree Collapse file tree 4 files changed +43
-0
lines changed Expand file tree Collapse file tree 4 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
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 " />
You can’t perform that action at this time.
0 commit comments