Giter VIP home page Giter VIP logo

sentimentify-ios's Introduction

CI Xcode Swift 5.3.2 iOS

Sentimentify, the app who analyze your tweets :)

The architecture was built using the concepts of Clean Architecture and the SOLID principles. The modularization was composed by:

  • SentimentifyEngine: Domain and presentation layers of Search and Analyze features plus abstractions of data layer, like HTTP client.
  • SentimentifyiOS: User interface implementation of Search and Analyze features using UIKit.
  • TwitterSearchInfrastructure: Infrastructure details of how to do a twitter request, how authenticate and how map the data. Implements the SearchLoader protocol and add behaviour of tweets search.
  • GoogleAnalyzeInfrastructure: Infrastructure details of how to do a natural language request, how authenticate and how map the data. Implements both AnalyzeLoader and AnalyzeClassifier protocol, and add behaviour of analyze sentiment and classify the content.
  • SentimentifyTestExtensions: Add extra behaviours specific for unit tests.
  • SentimentifyApp: The main module, that create features and inject the dependencies, control the navigation flow, add new behaviours trough decorators and adapters.
demo.mov

Features

  • Search and list the latest tweets
  • See the emotion result based on selected tweet

Non-functional features

  • Clean Architecture
  • SOLID Principles
  • Unit Tests using TDD
  • Modular projects using Frameworks
  • Design Patterns (Strategy, Proxy, Decorator and Adapter)
  • Twitter and Google Natural Language as infrastrucure details, adding the possibility to extend new behaviours
  • UITableViewDiffableDataSource
  • Child View Controllers (Plugin like)
  • Dark Mode
  • HTTP requests
  • Error Handling
  • CI using GitHub Actions
  • Swift Package Manager

Third-party dependencies

  • Kingfisher

Architecture Diagram

architecture

sentimentify-ios's People

Contributors

dev-thalizao avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

wilfft

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.