This is a simple pizza ordering application built with React. Users can select from a variety of pizzas, customize their orders, and make payments using the Flutterwave Payment API.
- User-Friendly Interface: Easily browse and select different pizza varieties.
- Customization Options: Choose toppings and sizes for your pizza.
- Secure Payments: Process payments securely using the Flutterwave Payment API.
- Responsive Design: Works well on both desktop and mobile devices.
- Frontend: React.js
- Payment Integration: Flutterwave API
- Styling: CSS/Styled Components (or mention any CSS framework you used, e.g., Bootstrap, Tailwind CSS)
-
Clone the repository:
git clone https://github.com/Bryanmankind/mrKingsPizza.git cd pizza-app
-
Install the dependencies:
npm install
-
Set up your Flutterwave API key:
- Create a
.env
file in the root directory and add your Flutterwave API key:REACT_APP_FLUTTERWAVE_PUBLIC_KEY=your_flutterwave_public_key
- Create a
-
Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
. - Browse the available pizza options, customize your order, and proceed to checkout to make a payment.
This project is licensed under the MIT License. See the LICENSE file for details.