Screen Shot 2021-07-21 at 1 22 31 AM

Pizza App

The Pizza App runs on Next.js taking advantage of File-system routing, Static Generation and Server-side Rendering, and API routes.

Material-UI components are used for the user interface.

Formik is used for wiring up forms alongside Yup for schema validation.

Set Up

npm install
npm run dev

Instructions

  • Sign in using test credentials
  • Order pizzas on the order page
  • View and search through created orders on the order list page
  • Delete orders on the order list page
  • Sign out of app