MSpilari / papasPizzeria

Home Page:papas-pizzeria.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Papa's Pizzeria ๐Ÿ•

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Objectives ๐ŸŽฏ

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 โญ

    • Login ๐Ÿ”“

      • The user can log into the app with their Google account and other providers (in the future). Thus saving your preferences in Firebase.
    • Likes ๐Ÿ‘

      • The user can like their favorite pizzas and they will be saved on their profile
    • Cart ๐Ÿ“ฆ

      • The user can add or remove pizzas from their cart, in addition to choosing their quantity and options.
  • Admin ๐Ÿ‘ฎ

    • Menu ๐Ÿ“–

      • The admin can add or remove pizzas from the menu.
    • Cart ๐Ÿ“ฆ

      • The admin can increase or decrease the cost of the fees.
    • Orders ๐Ÿ“œ

      • The admin can see all the orders.

Technologies ๐Ÿ’ป

  • React

  • Redux

  • Next

  • Next-Auth

  • TailwindCss

  • Firebase

About

papas-pizzeria.vercel.app


Languages

Language:JavaScript 97.5%Language:Shell 2.1%Language:CSS 0.4%