Giter Club home page Giter Club logo

pokecart's Introduction

header

Overview

Pokecart is my spin on the typical Poke-dex app. Featuring a complete list of the first 251 pokemon filterable by their primary and secondary types and each of their four stats. A user can apply chosen filters to quickly find the pokemon they are looking for and add them to their shopping basket. Before purchase the user can review their order detailing the number of pokemon they are about to purchase and the total expenditure as well as "poketax" applied on top.

This project acts as my first introduction to LiveData, Coroutines and Koin. Working on this project has proven to be an insight into building an application without the usual dependencies on Dagger and RxJava that I regularly find myself accustomed to implementing.

The core technologies featured:

  • Room
  • DataBinding
  • LiveData
  • Coroutines
  • Koin

listview       filter       cart

Architecture

The 251 pokemon are supplied via api and added to the database upon the first-start of the application with access to the persistence layer abstracted through repositories. Each view is DataBound following the MVVM pattern utilising LiveData to provide a reactive stream directly from repository to view, and vice-versa. The three core features, Shop, Filter and Cart are denoted with their own scopes with each of their modules bridging the repository to the view within scope.

Each viewmodel and repository has subsequent unit tests driving the overall development of the project with testing-in-mind!

architecture

pokecart's People

Contributors

jakebreen avatar georgcantor 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.