All Projects → msenejoa → crypto-markets

msenejoa / crypto-markets

Licence: other
react-native-cryptocurrency-ticker

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to crypto-markets

react-native-shopping-app
A shopping app using React Navigation, Redux, Redux-Thunk and Firebase.
Stars: ✭ 67 (+148.15%)
Mutual labels:  react-redux, redux-thunk, expo
One Punch Fitness
A "One Punch Man"-inspired workout app!
Stars: ✭ 64 (+137.04%)
Mutual labels:  jsx, expo
react-pits
React 中的坑
Stars: ✭ 29 (+7.41%)
Mutual labels:  jsx, react-redux
fetch-action-creator
Fetches using standardized, four-part asynchronous actions for redux-thunk.
Stars: ✭ 28 (+3.7%)
Mutual labels:  react-redux, redux-thunk
React Admin
基于[email protected]的react动态权限后台管理系统模板
Stars: ✭ 151 (+459.26%)
Mutual labels:  react-redux, redux-thunk
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (+470.37%)
Mutual labels:  react-redux, expo
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (+718.52%)
Mutual labels:  react-redux, redux-thunk
React Cloud Music
React 16.8打造精美音乐WebApp
Stars: ✭ 1,722 (+6277.78%)
Mutual labels:  react-redux, redux-thunk
react-calculator
📐 PWA React + Redux Calculator
Stars: ✭ 65 (+140.74%)
Mutual labels:  jsx, react-redux
iwish
I wish that too!
Stars: ✭ 19 (-29.63%)
Mutual labels:  jsx, react-redux
react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (+118.52%)
Mutual labels:  jsx, react-redux
react-native-boilerplate
Expo + Redux + React Navigation Pre-setup Template (expo SDK 44)
Stars: ✭ 142 (+425.93%)
Mutual labels:  react-redux, expo
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (+422.22%)
Mutual labels:  react-redux, redux-thunk
React Demo Store
Moltin + React powered online store
Stars: ✭ 198 (+633.33%)
Mutual labels:  react-redux, redux-thunk
Apple Basket Redux
🍎 苹果篮子,一个微型的redux/mobx演示(附多版本)
Stars: ✭ 125 (+362.96%)
Mutual labels:  react-redux, redux-thunk
role-based-access-control
Role-based authorization || Role-based access-control in React.js
Stars: ✭ 111 (+311.11%)
Mutual labels:  jsx, react-redux
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (+55.56%)
Mutual labels:  cryptocurrencies, robinhood
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+3685.19%)
Mutual labels:  react-redux, redux-thunk
Simple Universal React Redux
The simplest possible Async Universal React & Redux Boilerplate app, that works on both Mac and Windows
Stars: ✭ 58 (+114.81%)
Mutual labels:  react-redux, redux-thunk
gotoReact-
react的一些案例
Stars: ✭ 20 (-25.93%)
Mutual labels:  react-redux, redux-thunk

crypto-markets

A react-native cryptomarket ticker using available api's. Can be found in the iOS app store under the name Tokendex

Requirements

Front End Tools

Clone the repo:

$ git clone https://github.com/msenejoa/crypto-markets crypto-markets 
$ cd crypto-markets

Install node modules

$ npm install

npm start

Runs your app in development mode.

This app was made using react-native official

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start -- --reset-cache
# or
yarn start -- --reset-cache

npm test

Runs the jest test runner on your tests.

npm run ios

Like npm start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

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].