Skip to content

Commit

Permalink
New changes 16 December
Browse files Browse the repository at this point in the history
  • Loading branch information
yeswanth49 committed Dec 16, 2024
1 parent 0c519a2 commit cdc45cd
Show file tree
Hide file tree
Showing 1,042 changed files with 127,102 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions database.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"id":"0c9c9b17","name":"Yeswanth","phone":"9032690321","email":"sinchan123v@gmail.com","website":"https://pecup.in","createdAt":"2024-12-16T16:16:33.268Z"},{"id":"abe86ad2","name":"Yeswanth","phone":"9032690321","email":"sinchan123v@gmail.com","website":"N/A","createdAt":"2024-12-16T16:39:52.313Z"},{"id":"40c23d4a","name":"Max","phone":"9032690321","email":"qwerty123v@gmail.com","website":"N/A","createdAt":"2024-12-16T16:42:48.638Z"}]
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact QR Code Generator</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="container">
<h1>Contact QR Code Generator</h1>

<form id="contactForm" class="contact-form">
<div class="form-group">
<label for="name">Full Name</label>
<input type="text" id="name" name="name" required>
</div>

<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" id="phone" name="phone" required>
</div>

<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>

<div class="form-group">
<label for="website">Personal Website (Optional)</label>
<input type="url" id="website" name="website">
</div>

<button type="submit" class="generate-btn">Generate QR Code</button>
</form>

<div id="qrCodeOutput" class="qr-output">
<img id="qrCodeImage" src="" alt="QR Code" style="display: none;">
<p id="qrCodeLink"></p>
</div>
</div>

<script src="/script.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/qrcode

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdc45cd

Please sign in to comment.