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 |
---|
![]() |
![]() |
![]() |
![]() |
Onbording Screen 1 | Onbording Screen 2 | Onboarding Screen 3 |
---|---|---|
![]() |
![]() |
![]() |
SignUp Screen | Log In Screen | Main Manu |
![]() |
![]() |
![]() |
Call Screen | Order Screen | Profile |
![]() |
![]() |
![]() |
- Onbording
- Authrentication
- Call
- Component
- Profile
- TabView
- HomeView
- Assets
- Clone this repository:
git clone https://github.com/algoscienceacdemy/Food-Delivery-app.git
- Open the project in Xcode:
cd Food-Delivery-App open FoodDeliveryApp.xcodeproj
- Build and run the app on the iOS Simulator or a real device.
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
Contributions are welcome! Feel free to open issues and submit pull requests.
Enjoy coding!