Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-yasser-66/fast-pizza
A react app for a small pizza restaurant , using Redux for and intermediate pizza state management :0 !! πβ
https://github.com/ahmed-yasser-66/fast-pizza
Last synced: 16 days ago
JSON representation
A react app for a small pizza restaurant , using Redux for and intermediate pizza state management :0 !! πβ
- Host: GitHub
- URL: https://github.com/ahmed-yasser-66/fast-pizza
- Owner: Ahmed-yasser-66
- Created: 2024-12-31T18:19:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-31T18:32:58.000Z (about 1 month ago)
- Last Synced: 2024-12-31T19:26:24.680Z (about 1 month ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Fast Pizza
Fast Pizza is a React application that allows users to customize and order pizzas with various toppings and quantities. The app utilizes Redux for state management and React Router v6.4+ for navigation and data loading.
## β¨ Features
- π **Customize Your Pizza**: Choose from a variety of toppings and specify the quantity.
- π **Add to Cart**: Add your customized pizzas to the cart for checkout.
- ποΈ **Order Summary**: Review your order details before finalizing the purchase.## π Getting Started
Follow these steps to set up the project locally:
### Prerequisites
Ensure you have the following installed:
- π₯οΈ **Node.js**: [Download and install Node.js](https://nodejs.org/)
- π¦ **npm**: Comes with Node.js, but ensure it's up to date.## π οΈ Technologies Used
- βοΈ **React**: JavaScript library for building user interfaces.
- π **Redux**: Predictable state container for JavaScript apps.
- πΊοΈ **React Router v6.4+**: Declarative routing with data loading capabilities.
- π¨ **TailWind**: Styling the application.### Installation
1.**Clone the repository**:
```bash
git clone https://github.com/Ahmed-yasser-66/Fast-pizza.git
cd Fast-pizza
```2 .**Install dependencies**:
```bash
npm install
```3.**Start the React application**:
```bash
npm run dev
```## Enjoy managing pizza state π¨βπ»π