Skip to content

Welcome to the Food Order App repository! This project is built with React and utilizes a real-time database from Firebase.

Notifications You must be signed in to change notification settings

Hasnat-Ahmed-Goheer/Food-order-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Order App

GitHub repo size GitHub last commit GitHub stars GitHub forks GitHub issues GitHub pull requests Static Badge

Last Updated Status

Welcome to the Food Order App repository! This project is built with React and utilizes a real-time database from Firebase. The app features a fully customized cart and a food section that allows users to add food items to the cart based on quantity and name.

Project Overview

Technologies Used

  • React
  • Firebase Realtime Database

Features

  • Real-time database integration for seamless updates.
  • Fully customized cart functionality.
  • Food section that enables users to add items to the cart based on quantity and name.

Getting Started

To run the Food Order App locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/YourUsername/Food-order-app.git
  2. Navigate to the project directory:

    cd Food-order-app
  3. Install dependencies:

    npm install
  4. Configure Firebase:

    • Set up a project on Firebase.
    • Obtain your Firebase configuration and replace it in the project.
  5. Run the app:

    npm start

Project Structure

├── src
│   ├── components
│   │   ├── Cart
│   │   │   ├── CartItem.js
│   │   │   ├── CartList.js
│   │   │   └── ...
│   │   ├── Meals
│   │   │   ├── MealItem.js
│   │   │   ├── MealsList.js
│   │   │   └── ...
│   │   └── ...
│   ├── App.js
│   ├── App.css
│   └── ...
├── public
│   ├── index.html
│   └── ...
├── .gitignore
├── package.json
├── README.md
└── ...

Contact

If you have any queries or suggestions, reach out to me at [email protected].

About

Welcome to the Food Order App repository! This project is built with React and utilizes a real-time database from Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published