About Us
TigerTix is not a real app or company, it is a project created for CPSC 3120 at Clemson University.
You can create accounts, and buy and sell tickets if there is any available, however there is no transaction of real money and no events on the website are real at all.
How We Built It
TigerTix is built using Next.js with React, Chakra UI, and Supabase. It is deployed with Vercel
Next.js is a React framework that allows for server-side rendering, static site generation, and more.Chakra UI is a component library that allows for easy styling and responsive design.Supabase is a backend as a service that allows for easy authentication and database management.Vercel is a cloud platform that allows for easy deployment of Next.js applications. It also allows for github PR's to be automatically deployed when merged, which is nice.