Skip to content

GdscCpp/bronco-hacks-24

Repository files navigation

BentoBox

BentoBox is a canvas alternative powered by AI and 2nd place winner at BroncoHacks 2024 in the web development category.

Features

  • User Authentication & Account Creation System
  • Assignment validation system
  • AI Homework Tutor with GPT-4

Tech Stack

  • Next.js
  • Tailwind
  • Supabase
  • OpenAI APIs

Running locally

Use the following command to run our web app locally:

npm run dev

Building

To build our web app locally, use the following command:

npm run build