https://github.com/rajatsandeepsen/fastlabscan
Fastest Attendence Recording App - for Faculties of SJCET
https://github.com/rajatsandeepsen/fastlabscan
Last synced: 7 months ago
JSON representation
Fastest Attendence Recording App - for Faculties of SJCET
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/fastlabscan
- Owner: rajatsandeepsen
- License: apache-2.0
- Created: 2023-04-15T06:59:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T15:09:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T04:54:48.471Z (8 months ago)
- Language: TypeScript
- Homepage: https://qr-lab-snowy.vercel.app
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qr-lab
nextjs app to decode QR```
const { data } = req.query
const [year, dept, reg] = data as string[]
```