Giter Club home page Giter Club logo

geographic-atlas's Introduction

Geographic-Atlas

Description

This is an iOS test assignment for the STRONG TEAM Summer Internship. The goal is to develop a Geographic Atlas iPhone application that allows users to learn more about world countries, browse a list of countries grouped by parts of the world, and view detailed information about any country.

Application usage

Demo Video.

You can go through scrollable list of all the world countries grouped by parts of the world. Each element in the list able to switch between expanded/collapsed states when the user taps on the element. By tapping the “Learn more” button in the expanded element state, screen will provide the detailed information of the currently selected country.

Getting started

Installing and running the app

To install and run the app, follow these steps:

  1. Clone the repository to your local machine using the following command:
$ git clone https://github.com/meruyert123/Geographic-Atlas.git
  1. Open the project in Xcode by double-clicking the .xcodeproj file.
  2. Select a simulator or a connected device from the Xcode toolbar.
  3. Click the "Run" button (or press Cmd+R) to build and run the app on the selected device.
  4. The app should now launch on the simulator or connected device you selected.

Architecture

This project follows the MVVM (Model-View-ViewModel) architecture pattern. The MVVM pattern separates the user interface (view) from the business logic (view model) and the data (model) to improve code organization, reusability, and testability.

Components

• Models: Contains the data structures or entities used in the application. These models encapsulate the data and business logic related to them.

• Views: Responsible for presenting the user interface.

• Components: Reusable UI elements or widgets that can be used across different views.

• Data: Handles data retrieval, storage, and manipulation. This layer may include services, repositories, or APIs for managing data operations.

• View Models: They retrieve data from the data layer, perform any required transformations or computations, and update the views accordingly.

Advanced

  1. Use SwiftUI only
  2. Use “skeleton views” for all the elements while API requests are performed
  3. Make the expand/collapse feature for CountriesList animated, with no UI bugs
  4. Add the images caching and reuse them from cache
  5. Use “nice” naming
  6. Follow MVVM architecture
  7. Write safe code, leave no possibility of crashes
  8. Make the “Capital coordinates” latitude + longitude value on the CountryDetails screen tappable;

geographic-atlas's People

Contributors

meruyert123 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.