KennanHunter / 2023-congressional-app-challenge

Full stack application demo built for congressional app challenge 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Full stack application demo built for congressional app challenge 2023


Languages

Language:TypeScript 81.9%Language:JavaScript 17.3%Language:CSS 0.9%