https://github.com/algoscienceacademy/food-delivery-app
Food Delivery SwiftUI App using Modern MVVM Pattern .
https://github.com/algoscienceacademy/food-delivery-app
food food-app food-delivery food-delivery-application swift swiftui
Last synced: about 1 month ago
JSON representation
Food Delivery SwiftUI App using Modern MVVM Pattern .
- Host: GitHub
- URL: https://github.com/algoscienceacademy/food-delivery-app
- Owner: algoscienceacademy
- Created: 2025-01-29T11:02:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:30:50.000Z (8 months ago)
- Last Synced: 2025-03-26T20:26:44.741Z (7 months ago)
- Topics: food, food-app, food-delivery, food-delivery-application, swift, swiftui
- Language: Swift
- Homepage:
- Size: 33.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food Delivery App in SwiftUI
A sleek and modern Food Delivery App built using SwiftUI. This app provides an intuitive user interface, a responsive layout with row and column images, and a smooth ordering experience.
| Main App View |
|---------------|
||
||
||
||## Screenshots
| Onbording Screen 1| Onbording Screen 2 | Onboarding Screen 3|
|-------------------|---------------------|-------------------|
| |||
| SignUp Screen | Log In Screen | Main Manu |
| | | |
| |||
| Call Screen | Order Screen | Profile |
| | | |
| |||## Features
- Onbording
- Authrentication
- Call
- Component
- Profile
- TabView
- HomeView
- Assets
## Installation1. Clone this repository:
```sh
git clone https://github.com/algoscienceacdemy/Food-Delivery-app.git
```
2. Open the project in Xcode:
```sh
cd Food-Delivery-App
open FoodDeliveryApp.xcodeproj
```
3. Build and run the app on the iOS Simulator or a real device.## Project Structure
```
FoodDeliveryApp/
├── Assets.xcassets # Image assets and app icons
├── Models # Data models for food items, cart, etc.
├── Views # SwiftUI Views for UI components
├── ViewModels # Business logic for handling user actions
├── Screenshots # Screenshots for documentation
└── FoodDeliveryAppApp.swift # Main app entry point
```## Contributing
Contributions are welcome! Feel free to open issues and submit pull requests.
Enjoy coding!