Skip to content

Commit

Permalink
Update content.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhao84 committed Nov 5, 2024
1 parent 523b402 commit a961699
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions _portfolio/portfolio-1.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
---
title: "Portfolio 1: Drink Order"
excerpt: "Short description of portfolio item number 1<br/><img src='/images/Kebuke_banner.png'>"
title: "Portfolio 1: App Store"
excerpt: "An iOS app integrating App Store API for browsing top applications<br/><img src='/images/AppStore_banner.png'>"
collection: portfolio
---

A custom drink ordering application showcasing UI design and order management functionality.
<img src='/images/AppStore_banner.png'>

An iOS application that integrates with App Store APIs to display top free and paid applications with seamless browsing experience.

# Project Overview

This app demonstrates modern iOS development practices with a focus on creating an intuitive drink ordering experience. The application leverages UIKit for building a responsive and engaging user interface.
This app demonstrates modern iOS development practices with a focus on creating an intuitive App Store browsing experience. The application leverages UIKit, App Store APIs, and StoreKit for building a responsive and engaging user interface.

# Technical Implementation

## Technologies Used

- UIKit for interface design
- Custom UI components
- Order management system
- App Store RSS Feed API
- iTunes Search API
- StoreKit integration
- Custom table view cells

## Features & Functionality

- Customizable drink orders
- Interactive menu interface
- Order tracking system
- MVC
- Free & Paid apps listing
- Segmented control for view switching
- Real-time price updates
- App detail viewing
- Dark mode support
- MVC architecture

# Development Process

## The Development Journey

The project was built using modern iOS development practices and follows Apple's Human Interface Guidelines. Each component was carefully designed to ensure a seamless user experience.
The project was built using modern iOS development practices and follows Apple's Human Interface Guidelines. Each component was carefully designed to ensure a seamless user experience, from the custom table views to the integration of StoreKit for app purchases.

## Project Links

- [View on GitHub](https://github.com/dwhao84/DrinkOrderApp)
- [Read Documentation](https://medium.com/彼得潘的-swift-ios-app-開發教室/hw-50-drink-order-app-1-get-6d4f7566c6f5)
- [View on GitHub](https://github.com/dwhao84/HW48-App-store)
- [Read Documentation](https://docs.applemarketingtools.com)

0 comments on commit a961699

Please sign in to comment.