An open API service indexing awesome lists of open source software.

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

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 |
|---------------|
|![1](https://github.com/user-attachments/assets/16a46dbd-6117-47fa-b7d2-201f90b5c487)|
|![2](https://github.com/user-attachments/assets/33a2735e-1a99-4662-8967-b21e4e925185)|
|![3](https://github.com/user-attachments/assets/65994dcb-27f5-47df-b33e-4dd1b991ca37)|
|![4](https://github.com/user-attachments/assets/4001af0d-1d4a-4a17-a9e1-222402317527)|
|![5](https://github.com/user-attachments/assets/879340c2-33bd-44a5-816f-649eacfc7918)|

## Screenshots

| Screen | Screen |
|-------------------------|-------------------------|
| ![Screenshot](https://github.com/user-attachments/assets/9977b3dd-9dae-45ef-9594-441db5934240) | ![Screenshot](https://github.com/user-attachments/assets/40f137b2-2c8c-4bbb-9e1b-81a439bb290b) |
| ![Screenshot](https://github.com/user-attachments/assets/88a04547-cd67-4b2f-9253-d8ef6b64b85d) | ![Screenshot](https://github.com/user-attachments/assets/101010fc-e7a8-4df2-bb9c-552d46a3ae1b) |
| ![Screenshot](https://github.com/user-attachments/assets/f6969789-f484-42c9-85d5-6af28ce5416d) | ![Screenshot](https://github.com/user-attachments/assets/295e4f34-6e71-400a-991c-58bec05e48ab) |
| ![Screenshot](https://github.com/user-attachments/assets/7434aa26-0249-4787-a059-8da22ca8016b) | ![Screenshot](https://github.com/user-attachments/assets/00240b85-cdf5-448c-8fe7-6bde792733b0) |
| ![Screenshot](https://github.com/user-attachments/assets/1bfcea66-d5fe-4e20-ba51-95ae798baad1) | ![Screenshot](https://github.com/user-attachments/assets/634e61fb-276e-4176-8bac-6d21489f0e8c) |
| ![Screenshot](https://github.com/user-attachments/assets/3eb72345-feb3-4b0f-a0e6-2020454f4775) | ![Screenshot](https://github.com/user-attachments/assets/195522b5-c91d-4862-815e-94003d31e261) |
| ![Screenshot](https://github.com/user-attachments/assets/86f0dc8e-991b-4ffe-961d-6a300cb3e438) | ![Screenshot](https://github.com/user-attachments/assets/a8b74631-ba98-457f-bf30-e527b76e20a9) |
| ![Screenshot](https://github.com/user-attachments/assets/e3a4b487-35af-4602-ba37-f8482b0a4b12) | ![Screenshot](https://github.com/user-attachments/assets/81a68400-9ed6-4b48-a515-25662c6f40f1) |
| ![Screenshot](https://github.com/user-attachments/assets/d7e3c633-c5e1-455d-9d26-9667f15d926b) | ![Screenshot](https://github.com/user-attachments/assets/cca39c99-8953-4d5c-ae7e-d1afcbca5c23) |
| ![Screenshot](https://github.com/user-attachments/assets/07581c51-8010-4ea3-bab8-f60598998ad5) | ![Screenshot](https://github.com/user-attachments/assets/47b57d96-af29-40be-a820-eec078d903f6) |
| ![Screenshot](https://github.com/user-attachments/assets/8b8a365f-0b6b-44ef-832b-87e7461f462d) | ![Screenshot](https://github.com/user-attachments/assets/517e8bb7-3bf1-46e3-9671-1f019db84796) |

## 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!