Pizza Ordering App 🍕

Description

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.

Features

  • 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.

Technologies Used

  • Frontend: React.js
  • Payment Integration: Flutterwave API
  • Styling: CSS/Styled Components (or mention any CSS framework you used, e.g., Bootstrap, Tailwind CSS)

Installation

  1. Clone the repository:

    git clone https://github.com/Bryanmankind/mrKingsPizza.git
    cd pizza-app
  2. Install the dependencies:

    npm install
  3. 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
      
  4. Start the development server:

    npm start

Usage

  • 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Your Name