Skip to content

Understanding Attendizer

thegu5 edited this page Nov 7, 2022 · 8 revisions

Code for Attendizer

Looking at the repository for Attendizer, you'll notice 2 folders: client and server.

Client

The client is built with Next.js.

Pages

_app.js Description here
admin.js Description here
index.js This is the home page for the application. There's a small text box that takes in ids of students, and a larger box above that logs recent scan-ins. If invalid information is given, an error will display.
meetings.js Description here

Server

Clone this wiki locally