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.
- React
- Firebase Realtime Database
- 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.
To run the Food Order App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/YourUsername/Food-order-app.git
-
Navigate to the project directory:
cd Food-order-app
-
Install dependencies:
npm install
-
Configure Firebase:
- Set up a project on Firebase.
- Obtain your Firebase configuration and replace it in the project.
-
Run the app:
npm start
├── src
│ ├── components
│ │ ├── Cart
│ │ │ ├── CartItem.js
│ │ │ ├── CartList.js
│ │ │ └── ...
│ │ ├── Meals
│ │ │ ├── MealItem.js
│ │ │ ├── MealsList.js
│ │ │ └── ...
│ │ └── ...
│ ├── App.js
│ ├── App.css
│ └── ...
├── public
│ ├── index.html
│ └── ...
├── .gitignore
├── package.json
├── README.md
└── ...
If you have any queries or suggestions, reach out to me at [email protected].