You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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