Skip to content

KevinHe1496/iOS-Avanzado-Dbz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Ball App

Dragon Ball App is an iOS application developed in Swift, designed to display Dragon Ball characters along with their descriptions and transformations.
The project includes a Login system for user authentication and uses Core Data for local storage.
It also integrates a REST API to fetch character data and leverages MapKit and CoreLocation to display each character’s location on an interactive map.
Unit Testing is implemented to ensure code quality and reliability.


Project Implementation

The app provides a workflow that allows users to browse a list of characters and view their details.
When selecting a transformation, users can access more specific information about it.
Additionally, the app enables viewing each character’s location through interactive maps.

Screens


Features

  • Login: Authentication system to access the app.
  • Core Data: Local storage for characters and transformations.
  • REST API: Fetches character data from an external server.
  • Collection View: Displays characters in an organized and visually appealing way.
  • MapKit: Integrates maps to display locations.
  • CoreLocation: Uses the device’s location services.
  • Keychain: Secure storage for the access token.
  • Testing: Unit and integration tests to ensure functionality.

Technologies Used

  • Swift: Main programming language for app development.
  • UIKit: For managing the UI and visual components.
  • Core Data: For managing local data persistence.
  • REST API: For retrieving data from an external server.
  • XCTest: Framework used to implement unit and integration tests.

Installation

  1. Clone this repository.
  2. Open the project in Xcode.
  3. Run the project on a simulator or a physical device.

Usage

  1. Upon launching the app, a login screen will be displayed.
  2. After logging in, you will see a list of Dragon Ball characters.
  3. Select a character to view their description, location, and transformations.
  4. Tap a transformation to view detailed information about it.

Testing

To run the project’s tests:

  1. Open the project in Xcode.
  2. Press Cmd + U to execute the tests.

Connect with Me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages