Giter Site home page Giter Site logo

cryptomasterdataexample's Introduction

Create a small lightweight app that displays the data in the attached Masterdata file. The app must have at least 2 screens (AssetsScreen, WalletsScreen) and it should be easy to switch between them. You can use any library you wish to achieve this task. As for the UI please DO NOT USE SwiftUI

Asset Screen

The asset screen must display a list of the cryptocoins, commodities and fiats. The following requirements must be fulfilled:

General:

  • filtering between each of the assets (show only cryptocoins, commodities or fiats).

Cryptocoin, Commodities:

  • Each list item must contain the asset's icon, name, symbol, average price.
  • Each price must have the number of decimals described by precision for fiat price (see cryptocoin/commodity properties in the Masterdata).
  • Each price must also show the fiat symbol, as the prices are in euro fiat.
  • Each price must take the regional location of the device into account for formatting. For example 1298.99 euros in Austria would be formatted to 1.298,99 โ‚ฌ but in the USA, it would be formatted to $1,298.99.

Fiats:

  • Each list item must contain the fiat's icon, name, symbol .
  • Only show the fiat that has wallets (see fiat properties in the Masterdata).

Wallets Screen

The wallets screen must display a list of ALL wallets available grouped by fiat wallets, wallets and commodity wallets. The following requirements must be fulfilled:

General:

  • Each wallet must be in its proper group.
  • It is up to you to decide how grouping is achieved, either by showing multiple lists or grouped items and then opening a new screen with the list of the corresponding wallets on selection etc.
  • In each wallet group, the wallets must be sorted in a descending order by balance.

Fiat Wallets, Wallets, Commodity Wallets:

  • Each list item must contain the wallet's name, asset symbol, asset icon and the balance.
  • If the wallet is the default wallet (see properties in the Masterdata), mark it in a meaningful and visible way.
  • Do not display deleted wallets (see properties in the Masterdata).
  • Make sure the fiat wallets are design-wise distinguishable from wallets or commodity wallets.

Bonus:

  • Implement a nice UI with animations.
  • Fully support darkmode while taking into account the right logo for each mode.

cryptomasterdataexample's People

Watchers

Roman Mazeev 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.