Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-wong-git/wong-pizza
It'a a small react app
https://github.com/jay-wong-git/wong-pizza
react react-router redux styled-components supabase tailwindcss
Last synced: 18 days ago
JSON representation
It'a a small react app
- Host: GitHub
- URL: https://github.com/jay-wong-git/wong-pizza
- Owner: Jay-Wong-Git
- Created: 2024-05-20T03:21:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:22:22.000Z (9 months ago)
- Last Synced: 2025-01-19T06:12:11.135Z (18 days ago)
- Topics: react, react-router, redux, styled-components, supabase, tailwindcss
- Language: JavaScript
- Homepage: https://wong-pizza.vercel.app
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
## Wong Pizza 🗒️:
Wong Pizza is a react demo project about ordering pizza.
![Home](/public/assets/screenshots/home.png)
## Screenshots 📸:
![Menu](/public/assets/screenshots/menu.png)
![Cart](/public/assets/screenshots/cart.png)
![Info](/public/assets/screenshots/info.png)
![Order](/public/assets/screenshots/order.png)## Tech Stack 🛠️:
- `React` 18.2.0
- `Redux` 9.1.0
- `React Router` 6.11.0
- `styled-components` 6.1.8
- `Supabase` 2.42.0
- `Tailwind` 3.3.2## Setting up locally ⚙️
### 1. Clone on your local machine
```bash
https://github.com/Jay-Wong-Git/wong-pizza.git
```### 2. Install dependencies
```bash
npm install
```### 3. Run on your local server
```bash
npm run dev
```If you have read all of this, please star the repo, it will help me a lot ❤️