Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.37 KB

File metadata and controls

30 lines (20 loc) · 1.37 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev <- I used this one.
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Additional Information put by Filip (me):

The errors you see compiling on the bottom left corner of the screen when you are using the QR scanner are not errors but more like warnings that the camera has not picked anything up. This is not a bug just a feature that doesn't need to be logged to the user.

Speaking of firebase, I use it for the database and authentication. As of 13th January 01:15, everything works just the way it's meant to. If you require access to my firebase please contact me at fp100@student.le.ac.uk I will include screenshots in the submission to verify the system.

I have used chatGPT prompts to debug and assist in the design of the application as permitted for this Coursework.