Skip to content

agustiyann/Pokedex

Repository files navigation

Pokédex

GitHub Build Status GitHub

Pokedex is a small demo application based on SwiftUI, VIPER architecture and modularization with Swift Package Manager.

GitHub Cards Preview

Tech stack

  • SwiftUI - Build user interfaces with a declarative Swift syntax.
  • Alamofire - HTTP Networking.
  • SDWebImage - Load image from network asynchronously.
  • Realm - Local database.
  • AppStorage - A property wrapper type that reflects a value from UserDefaults.
  • Combine - Reactive programming handling of asynchronous events.
  • SwiftLint - Swift linter to enforce code style and code conventions.

License

Copyright (C) 2021 Agus Tiyansyah Syam

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.