Giter Site home page Giter Site logo

palmu-tech-challenge's Introduction

Palmu Dating App

Platform Languages

PalmuApp is a dating application created for demo purposes.

Demo

Features

  • Unsplash Images API Using Pagination
  • Card View For Images
  • A dedicated screen to view liked images
  • URL / JSON Parameter Encoding
  • FireStore Integration as a backend DB to store liked images
  • Download Images using AlamofireImage
  • Network Requests using Alamofire
  • HTTP Response Validation

Cool Features

  • Tinder Like Swipe View
  • Swipe Right To Like An Image
  • Swipe Left To Skip An Image

Requirements

  • iOS 13.0+
  • Xcode 11+
  • Swift 5+

Design Pattern: Model-View-ViewModel (MVVM)

is a structural design pattern that separates objects into three distinct groups:

  • Models

    • hold application data. They’re usually structs or simple classes.
  • Views

    • display visual elements and controls on the screen. They’re typically subclasses of UIView.
  • View models

    • transform model information into values that can be displayed on a view. They’re usually classes, so they can be passed around as references.

Dependencies

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To run the project:

  • Open terminal
  • cd into your top-level project directory
  • Run the followinfg command: pod install

Improvements

  • Check internet connection before making api call using reachability class kindly also upvote my answer 😉
  • Display a message/image if there are no photos in both screens
  • Add a button to undo swipe card action (Left/Right)
  • Add a snapShot listener to detect any change in Firestore DB
  • Preview liked image with details in full screen
  • User authentication using Firebase

palmu-tech-challenge's People

Watchers

Ammad Akhtar 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.