Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 435 Bytes

This is BurgerHub, a demo app to showcase a basic food ordering system

Tech stack

  • Next.js 14 with app router
  • Server, client components, as well as server actions
  • TypeScript in strict mode
  • TailwindCSS with Shadcn UI
  • Zustand for state management and cart persistance (localstorage)
  • Next Auth for authentication
  • Zod to validate/parse API responses
  • Airbnb's ESLint rules set
  • Fuse.js to fuzzy search through the menu