Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diegom1/dota2-plus

iOS App of Dota 2 Video game to show heroes, heroes details, search specific hero, check players rank, teams rank. Using MVVM, SwiftUI. CI - Fastlane and swiftLint.
https://github.com/diegom1/dota2-plus

dota2 dota2-api ios ios-app ios-swift mobile mobile-app swift swiftui xcode

Last synced: about 13 hours ago
JSON representation

iOS App of Dota 2 Video game to show heroes, heroes details, search specific hero, check players rank, teams rank. Using MVVM, SwiftUI. CI - Fastlane and swiftLint.

Awesome Lists containing this project

README

        

# Dota2-Plus

App of dota2 to show hero and how their stats increase per level, lore, winrate. Show team world rank and search for a player to see his mmr.

# Tools && Architecture
- Swiftui
- FastLane
- Swiflint
- MVVM

## Deployment

To compile this project run

```bash
gh repo clone DiegoM1/Dota2-Plus
```
install dependencies
```bash
pod install
```
you are ready to go!

if you want to run test you can do it in xcode or using terminal with fastlane.

```bash
fastlane lint
```
or

```bash
fastlane tests
```
## Demo

| Search View | Heroes list & Grid | Details View | Team View| Player view |
| ------------- | ------------- |------------- | ------------- |-------------|
| ![Simulator Screen Recording - iPhone 14 Pro - 2023-04-03 at 11 58 15](https://user-images.githubusercontent.com/54748910/229913572-f5a1029a-8e15-4c9b-8cbe-2d9e620d5d4a.gif) | ![Simulator Screen Recording - iPhone 14 Pro - 2023-04-03 at 12 04 00](https://user-images.githubusercontent.com/54748910/229913858-6731d3ee-1265-4c90-8494-583f0e727cf6.gif) | ![Simulator Screen Recording - iPhone 14 Pro - 2023-04-03 at 11 54 39](https://user-images.githubusercontent.com/54748910/229913972-c08b2061-381d-497d-bbee-32d7cd901d54.gif) | ![Simulator Screen Recording - iPhone 14 Pro - 2023-04-03 at 11 52 20](https://user-images.githubusercontent.com/54748910/229914287-f4d62131-d84e-4b2f-9b2a-fc1b3966c96c.gif) | ![Simulator Screen Recording - iPhone 14 Pro - 2023-04-03 at 11 54 00](https://user-images.githubusercontent.com/54748910/229913741-eeebe3ac-41d9-4a11-ab8a-d7ff8267183e.gif) |