Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Full stack application demo built for congressional app challenge 2023

Notifications You must be signed in to change notification settings

KennanHunter/2023-congressional-app-challenge

Repository files navigation

2023 Congressional App Challenge Cafe Demo

Dual screens of application, one with an ordering option, one with the incoming orders

This repo contains a full stack cafe ordering demo, which features, through the T3 Stack, the ability to submit and manage orders of various cafe food items. The entire application was built in 2 hours and 20 minutes (final time: 2:20:32), which explains why the design is laughably horrendous and many of the features do not work. Regardless, it was a fun project that gave me an excuse to practice full stack development without the pressure to write perfect code.

Please remember that this repo is indicative of what I could program in 2 hours, not the typical quality of my codebases. Checkout my website for examples of my finer work.

Development

Live Server

yarn

yarn dev

Production

yarn build

yarn start