https://github.com/mspilari/papaspizzeria
https://github.com/mspilari/papaspizzeria
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mspilari/papaspizzeria
- Owner: MSpilari
- Created: 2022-01-31T14:04:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T20:00:26.000Z (about 3 years ago)
- Last Synced: 2025-01-13T07:31:29.690Z (5 months ago)
- Language: JavaScript
- Homepage: papas-pizzeria.vercel.app
- Size: 14.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Papa's Pizzeria :pizza:
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```## Objectives :dart:
The goal was to create an app for pizzerias.
In it, the user can login, using **Google and other providers**, add and remove orders from the cart and favorite their favorite pizzas.
The admin can add pizzas and remove pizzas from the menu and change the fee prices.
## App Flow
- ## User :star:
- ## Login :unlock:
- The user can log into the app with their Google account and other providers (in the future).
Thus saving your preferences in Firebase.- ## Likes :thumbsup:
- The user can like their favorite pizzas and they will be saved on their profile
- ## Cart :package:
- The user can add or remove pizzas from their cart, in addition to choosing their quantity and options.
- ## Admin :cop:
- ## Menu :book:
- The admin can add or remove pizzas from the menu.
- ## Cart :package:
- The admin can increase or decrease the cost of the fees.
- ## Orders :scroll:
- The admin can see all the orders.
## Technologies :computer:
- React
- Redux
- Next
- Next-Auth
- TailwindCss
- Firebase