Skip to content

Om-Midya/Foodie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Delivery App

A frontend-only Expo application for a small pizza delivery service. Users can browse pizzas, select sizes, and add items to their cart.

Features

  • Browse available pizzas
  • Select pizza sizes
  • Add pizzas to cart
  • View and manage cart
  • Expo routing for seamless navigation
  • Context API for state management

Prerequisites

Before you begin, ensure you have the following installed:

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/om-midya/Foodie.git
    cd Foodie
    
  2. Install dependencies:

    yarn install
    # or
    npm install
    
  3. Start the Expo development server:

    expo start
    
  4. Use the Expo Go app on your mobile device to scan the QR code from the terminal or run on a simulator/emulator.

Dependencies

  • expo: Core Expo package
  • expo-router: For Expo routing
  • @react-navigation/native: For navigation
  • @react-navigation/bottom-tabs: For tab navigation
  • @expo/vector-icons: For icons
  • Other Expo packages as needed (e.g., expo-status-bar, expo-linking)

Usage

  1. Browse available pizzas on the home or menu screen.
  2. Tap on a pizza to view details and select size.
  3. Add pizzas to your cart.
  4. View and manage your cart on the cart screen.
  5. Proceed to checkout (not implemented in this frontend-only version).

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published