Simple web app that allows users to place new pizza orders to their home. Built to highlight Redux Toolkit
as well as modern routing with RouterProvider
.
Project based on The Ultimate React Course 2023 by Jonas Schmedtmann.
Run npm install
or bun install
to install all the required dependencies. All the backend logic is handled externally and provided by their API.
$ npm install
$ npm run dev
Home page
Menu page
Cart page
Place order page
Order overview page