Git Product home page Git Product logo

phiscal's People

Contributors

arthurhwang avatar

Stargazers

 avatar

Watchers

 avatar

phiscal's Issues

Update gitignore to exclude files from repo

๐Ÿ’ฐ Motivation

Hide and get rid ofunnecessaryy files in github repo

โš™๏ธ Implementation

  • Update .gitignore and use git rm -r --cached to re-stage git index

User can view market overview

๐Ÿ’ฐ Motivation

Users can view market overview statistics

โš™๏ธ Implementation

  • Create a reusable functional component MarketCard. Each card should contain stock market index, current price, high, low, change, change percentage.
  • Use ScrollableView component in market screen to output flexbox cross axis to output three MarketCards per line
  • Use AlphaVantage API to fetch needed data
  • If current index delta is negative, the MarketCard should be red. If current index delta is positive, the MarketCard should be green

capture

User can view tabular navigation

๐Ÿ’ฐ Motivation

Users can start the app and view a tabular navigation

โš™๏ธ Implementation

  • npm install react-native-navigation, redux, react-redux, redux-thunk, react-native-vector-icons
  • Hook up android platform
  • Hook up iOS platform
  • Create initial redux store and link to reducers and screens
  • Ensure and test application works on both platforms

1
2

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.