generated from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |