Quiz Generator







Project Description
This application is a demonstration of my Full Stack development abilities. The main function of the app is the quiz generator, which employs RAG techniques to inject context into AI calls. I included Authentication using Supabase Auth so that user accounts can be kept separate. In addition, I implemented OAuth using google login, with the potential for other providers. In addition to the typical libraries, I implemented text extraction using the tesseract library. Supabase was also chosen for the database (PostGres), because of the ease of implementation with Vercel/Next. A full diagram of the database can be found on the project's readme. I chose ChakraUI here instead of Shadcn components because I wanted to use the rest of Chakra's themes instead of worring about any of that. It ended up looking the same anyway.