https://github.com/algoscienceacademy/glossay-app
Glossary SwiftUI App with Node js Backend
https://github.com/algoscienceacademy/glossay-app
glossary glossary-app swiftui
Last synced: about 1 month ago
JSON representation
Glossary SwiftUI App with Node js Backend
- Host: GitHub
- URL: https://github.com/algoscienceacademy/glossay-app
- Owner: algoscienceacademy
- Created: 2025-01-29T12:24:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:27:10.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:27:09.040Z (over 1 year ago)
- Topics: glossary, glossary-app, swiftui
- Language: Swift
- Homepage:
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glossay SwiftUI App
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
| Main App View |
|---------------|
||
||
||
||
||
## Screenshots
| Screen | Screen |
|-------------------------|-------------------------|
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |
## Features
- Welcome Screen
- Login Screen
- Sign Up Screen
- Forget Passwords
- OTP View
- Main Tab View
- Home View
- Product Details View
- Explore View
- Explore Items View
- Favourite View
- My card View
- Checkout View
- Order Accept View
- Account View
- Delivery Address View
- Add Delivery address View
- Promo Code View
- Payment Methods View
- Add Payment Method View
- My Orders View
- My Orders Details View
- Notification View
- My Details View
- Change Password view
## Installation
1. Clone this repository:
```sh
git clone https://github.com/algoscienceacademy/Glossary-app.git
```
2. Open the project in Xcode:
```sh
cd Glossary-app
open GlossaryApp.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!