https://github.com/rlarjsdn3/valorantshop-ios
발로란트의 상점 로테이션 항목을 알려주는 앱 프로젝트입니다.
https://github.com/rlarjsdn3/valorantshop-ios
ios swiftui valorant
Last synced: about 1 month ago
JSON representation
발로란트의 상점 로테이션 항목을 알려주는 앱 프로젝트입니다.
- Host: GitHub
- URL: https://github.com/rlarjsdn3/valorantshop-ios
- Owner: rlarjsdn3
- Created: 2023-07-22T08:40:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T11:08:22.000Z (over 2 years ago)
- Last Synced: 2025-02-06T19:48:58.114Z (over 1 year ago)
- Topics: ios, swiftui, valorant
- Language: Swift
- Homepage:
- Size: 603 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 발로란트 상점
## 🍎Overview
`프로젝트` 발로란트 상점 (v1.0.1)
`기술스택`
`게시일자` 2023년 9월 22일(금)
> ⚠️ 저작권 이슈로 앱스토어에 출시되지 않았습니다.
## ✅Features
* 상점 일일 로테이션 확인
* 상점 번들(세트) 스킨 확인
* 모든 총기 스킨 확인
* 소유한 총기 스킨 확인
* 닉네임・재화 정보 확인
## ⚒️Built With
* Swift/SwiftUI
* MVVM Design Pattern
* [KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess)
* [Kingfisher](https://github.com/onevcat/Kingfisher)
* [RealmSwift](https://github.com/realm/realm-swift)
* [SwiftTaskQueue](https://github.com/rickymohk/SwiftTaskQueue)
* [SwiftUI-Shimmer](https://github.com/markiv/SwiftUI-Shimmer)
* [VideoPlayer](https://github.com/wxxsw/VideoPlayer)
## 🏙️Images
| 이미지 ① | 이미지 ② | 이미지 ③ |
| :--: | :--: | :--: |
|
|
|
|
| 이미지 ④ | 이미지 ⑤ | 이미지 ⑥ |
|
|
|
|
| GIF ① | GIF ② | GIF ③ |
|
|
|
|
## ✏️Project Structure
## 👩🏻💻Reference
* [Valorant-API](https://dash.valorant-api.com/endpoints/weapons)
* [Valorant API Docs](https://valapidocs.techchrism.me/endpoint/storefront)
* [ValorantClientAPI](https://github.com/HeyM1ke/ValorantClientAPI)