Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikeshcohen/pizza-pantheon

Pizza-Pantheon is a web food ordering service built using ReactJS and TailwindCSS, users are able to create a temporary account and order pizzas to their address.
https://github.com/nikeshcohen/pizza-pantheon

react reactrouter redux redux-toolkit tailwindcss

Last synced: about 1 month ago
JSON representation

Pizza-Pantheon is a web food ordering service built using ReactJS and TailwindCSS, users are able to create a temporary account and order pizzas to their address.

Awesome Lists containing this project

README

        

Pizza Pantheon

![](./design/pizza.webp)

## About

Pizza Pantheon is a food ordering application built using ReactJs and TailwindCSS.
Users have the ability to create a new temporary account upon which they will get redirected to the menu page where they can place their order. There is a tracking page once they have completed their order.

## Getting Started

You can visit the live site: https://pizza-pantheon.netlify.app/

Alteratively you can clone this repo

```
git clone https://github.com/NikeshCohen/Pizza-Pantheon.git
```

```
cd Pizza-Pantheon
```

```
npm i
npm run dev
```