Skip to content

danish498/next-pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Pizza

React Pizza is an online pizza-ordering application built using Next.js. This project allows users to order their favorite pizzas with ease.

Tech Stack

  • Next.js: For server-side rendering and building the application.
  • styled-components: For styling the application with theme support.
  • Redux Toolkit: Manages the global state, including cart management and theme switching.

Features

  • Order Pizza Online: Users can browse and order pizzas.
  • Cart Management: Integrated Redux Toolkit for handling the shopping cart.
  • Theme Switching: Toggle between dark and light themes with styled-components.
  • Responsive Design: Ensures the app works seamlessly across different devices.

Demo

loom-video.mp4

Installation

  1. Clone the repository:
    git clone https://github.com/danish498/next-pizza
    
    cd next-pizza
    
    yarn install
    yarn run dev