Giter Site home page Giter Site logo

challangetaskapp's Introduction

ChallangeTaskApp

Installation

  • Clone the repo
  • Please make sure to run ' $ pod install ' to install pods.
  • IOS14

OVERVIEW

  • Implement a simple currencies list screen.
  • ChallangeTaskApp is a simple iOS application built as interview task.
  • Built in MVVM (Model-View-ViewModel) with Reactive Programming (RXSwift).

Unit Tests Coverage

  • I've coverd the networking call logic with UnitTesting

What 3rd party libraries did you use and why ?

Solution
  • Alamofire -> Alamofire allows to write less lines of code to do REST interactions with (POST/GET/PUT/etc). It will get you "90%" of the way.

  • RXSwift -> Library provide tools for functional reactive programming, Its purpose is to process asynchronous code executed in the background

  • ActionSheetPicker -> Provide an easy, fast implementation for UIPickerView

What architecture did you use and why ?

Solution
  • MVVM Architecture

MVVM makes the view controller simpler by moving a lot of business logic out of it. The view model better expresses the business logic for the view. A view model is much easier to test than a view controller. You end up testing business logic without having to worry about view implementations.

Let’s say that your team is working on this app and you're looking to add a new feature. Describe the process that you would follow in your current place of work to bring this from an initial idea to a live feature in production. What are the positives and negatives of this approach?

Solution

First I will make an example of this feature. Second I will bring it up to the table and show it to my team members and we can discuss the feature. Third if the discussion was positive about my suggestion we can put a plan for the feature, else { I can think in another feature for another discussion :D }

challangetaskapp's People

Watchers

James Cloos avatar Mahmoud Abdelshafi 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.