All Projects → 7kfpun → Financereactnative

7kfpun / Financereactnative

Licence: mit
[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Financereactnative

Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (-78.12%)
Mutual labels:  stock, yahoo-finance
SwiftYFinance
The best Yahoo Finance library with the power of Swift
Stars: ✭ 30 (-98.46%)
Mutual labels:  stock, yahoo-finance
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (-94.35%)
Mutual labels:  stock, yahoo-finance
Stock Management System
An Introductory Stock Management System built on PHP, jQuery with AJAX in MVC pattern.
Stars: ✭ 95 (-95.12%)
Mutual labels:  stock
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-94.66%)
Mutual labels:  stock
Rose Dewdrop
websocket消息发布集群 Rose&Dewdrop is a solution of websocket cluster
Stars: ✭ 124 (-93.63%)
Mutual labels:  stock
Xianglong
资产配置方案
Stars: ✭ 158 (-91.88%)
Mutual labels:  stock
Copper price forecast
copper price(time series) prediction using bpnn and lstm
Stars: ✭ 81 (-95.84%)
Mutual labels:  stock
Leek Fund
📈 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥
Stars: ✭ 2,164 (+11.15%)
Mutual labels:  stock
Pyetrade
Python E-Trade API Wrapper
Stars: ✭ 120 (-93.84%)
Mutual labels:  stock
Examples Of Web Crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
Stars: ✭ 10,724 (+450.8%)
Mutual labels:  stock
Eflinventory V2
🏬 Point-of-sale and inventory tracking for small-scale retail stores. Easily manage inventory, purchases, sales, and damaged and/or expired products.
Stars: ✭ 106 (-94.56%)
Mutual labels:  stock
Awesome Product Design
A collection of bookmarks, resources, articles for product designers.
Stars: ✭ 1,679 (-13.76%)
Mutual labels:  stock
Yahoofinanceapi
A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0
Stars: ✭ 99 (-94.92%)
Mutual labels:  stock
Friartuck
Live Quant Trading Framework for Robinhood, using IEX Trading and AlphaVantage for Free Prices.
Stars: ✭ 142 (-92.71%)
Mutual labels:  stock
Python Rsi
RSI (Relative Strength Index) written in Python
Stars: ✭ 90 (-95.38%)
Mutual labels:  stock
Phisix
Simple PSEi (formerly known as PHISIX) RESTful API hosted on Google AppEngine
Stars: ✭ 128 (-93.43%)
Mutual labels:  stock
Jjstockview
iOS股票,课程表,表格控件
Stars: ✭ 113 (-94.2%)
Mutual labels:  stock
Mns
Money never sleeps! IntelliJ IDEA平台插件. 支持查看股票实时行情. 支持美股, 港股, A股.
Stars: ✭ 113 (-94.2%)
Mutual labels:  stock
Finance
프로그래머가 투자하는 법
Stars: ✭ 121 (-93.79%)
Mutual labels:  stock

FinanceReactNative

Dependency Status devDependency Status

iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android). Data is pulled from Yahoo Finance.

Demo

Play Store Button Apk Download Button

  • Rejected by Apple reviewer 😄: "Your app is too similar to Apple Stock app, which creates a misleading association with Apple products."

App preview

Preview Preview

Screenshots

React and React Native version

Plugins used

  • alt - Isomorphic flux implementation.
  • moment - Parse, validate, manipulate, and display dates in javascript.
  • react-native-navbar - Navbar component for React Native.
  • react-native-router-flux - React Native Router based on new React Native Navigation API (0.26)
  • react-native-simple-store - A minimalistic wrapper around React Native's AsyncStorage.
  • react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.
  • rn-viewpager - ViewPager and Indicator component for react-native on both android and ios.

Components used

  • AppRegistry - The JS entry point to running all React Native apps.
  • Image - A React component for displaying different types of images, including network images, static resources, temporary local images, and images from local disk, such as the camera roll.
  • Linking - A general interface to interact with both incoming and outgoing app links.
  • ListView - A core component designed for efficient display of vertically scrolling lists of changing data.
  • Platform - A module is provided by React Native to detect what is the platform in which the app is running.
  • RefreshControl - This component is used inside a ScrollView or ListView to add pull to refresh functionality.
  • StatusBar - Component to control the app status bar.
  • StyleSheet - A StyleSheet is an abstraction similar to CSS StyleSheets.
  • Text - A React component for displaying text which supports nesting, styling, and touch handling.
  • TextInput - A foundational component for inputting text into the app via a keyboard.
  • ToolbarAndroid - React component that wraps the Android-only Toolbar widget.
  • TouchableHighlight - A wrapper for making views respond properly to touches.
  • View - The most fundamental component for building UI, View is a container that supports layout with flexbox, style, some touch handling, and accessibility controls, and is designed to be nested inside other views and to have 0 to many children of any type.

Additional

  • eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.

Running

Clone & install

  • Clone this repo git clone [email protected]:7kfpun/FinanceReactNative.git
  • cd FinanceReactNative
  • run npm install

iOS

  • Run react-native run-ios

Android

  • Run android avd and start an emulator
  • Run react-native run-android

Related project

License

Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].