- Description
- Features
- Technologies Used
- Installation
- Usage
- Folder Structure
- Contributing
- Acknowledgments
QuickBite is a React Native mobile application designed for food delivery. It serves as a clone of popular food delivery services, providing users with a convenient platform to order and receive their favorite meals. While the app is currently in its initial stage, it offers essential functionalities for browsing menus, placing orders, and tracking deliveries.
- Browse menus and select dishes.
- Place orders for delivery.
- Track order status and delivery progress.
- User-friendly and responsive design.
- Easy-to-use interface.
QuickBite is built using the following technologies:
- React Native - For building cross-platform mobile applications.
- JavaScript - As the primary programming language.
- Redux - For state management. authentication.
To run the QuickBite app locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/your-username/quickbite.git
- Navigate to the project directory:
cd quickbite
- Install the required Node.js packages:
npm install
- Start the React Native development server:
npx expo start
- Open the QuickBite app on your mobile device or emulator.
- Explore the menu options and select your desired dishes.
- Place your order and track its progress in real-time.
The project structure is organized as follows:
- Categories/ - Contains reusable React Native components.
- screens/ - Defines different app screens and navigation.
- redux/ - Manages state using Redux.
- assets/ - Stores images and other assets used in the app.
We welcome contributions from the community to improve QuickBite. If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear, concise commit messages.
- Push your changes to your forked repository.
- Create a pull request to the main repository with a detailed description of your changes.