Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nikeshcohen/pizza-pantheon
- Owner: NikeshCohen
- Created: 2024-03-25T12:59:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T08:22:03.000Z (9 months ago)
- Last Synced: 2024-03-31T09:26:30.583Z (9 months ago)
- Topics: react, reactrouter, redux, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```