React Pizza is an online pizza-ordering application built using Next.js. This project allows users to order their favorite pizzas with ease.
- 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.
- 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.
loom-video.mp4
- Clone the repository:
git clone https://github.com/danish498/next-pizza cd next-pizza yarn install yarn run dev