All Projects → tohjustin → coincharts

tohjustin / coincharts

Licence: MIT license
Cryptocurrency Price Chart (GDAX)

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to coincharts

marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: ✭ 13 (-82.67%)
Mutual labels:  styled-components, redux-saga, create-react-app
React Boilerplate Cra Template
🔥 Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.
Stars: ✭ 859 (+1045.33%)
Mutual labels:  styled-components, redux-saga, create-react-app
react-redux-hackernews
React Redux Hackernews Application
Stars: ✭ 19 (-74.67%)
Mutual labels:  redux-saga, create-react-app
webservices
Prestashop Web Services + React JS App
Stars: ✭ 34 (-54.67%)
Mutual labels:  redux-saga, create-react-app
mcs-lite
🎛 MCS Lite Common UI and Websites.
Stars: ✭ 75 (+0%)
Mutual labels:  styled-components, create-react-app
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (+72%)
Mutual labels:  styled-components, redux-saga
React App Rewire Styled Components
Add the styled-components Babel plugin to your create-react-app app via react-app-rewired
Stars: ✭ 159 (+112%)
Mutual labels:  styled-components, create-react-app
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-53.33%)
Mutual labels:  redux-saga, create-react-app
Molecule
⚛️ – :atom: – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+26.67%)
Mutual labels:  styled-components, redux-saga
inside-client
Human Resources Department Tool. https://ifactory-solutions.github.io/inside-client/
Stars: ✭ 42 (-44%)
Mutual labels:  redux-saga, create-react-app
forex-web-app
💱 foreign currency exchange app built with react hooks
Stars: ✭ 17 (-77.33%)
Mutual labels:  styled-components, create-react-app
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+54.67%)
Mutual labels:  styled-components, redux-saga
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (+50.67%)
Mutual labels:  styled-components, redux-saga
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+3606.67%)
Mutual labels:  styled-components, redux-saga
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (+44%)
Mutual labels:  styled-components, create-react-app
media-library
An online media library application with React, Redux and redux-saga
Stars: ✭ 27 (-64%)
Mutual labels:  redux-saga, create-react-app
react-native-ecommerce
E-commerce mobile application developed using React Native 👔 🎩
Stars: ✭ 60 (-20%)
Mutual labels:  styled-components, redux-saga
React Hipstaplate
A ReactJS full-stack boilerplate based on typescript with ssr, custom apollo-server and huge stack of modern utilities which will help you to start your own project
Stars: ✭ 74 (-1.33%)
Mutual labels:  styled-components, redux-saga
React Eyepetizer
react版「Eyepetizer」开眼短视频
Stars: ✭ 83 (+10.67%)
Mutual labels:  styled-components, redux-saga
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (-49.33%)
Mutual labels:  styled-components, redux-saga

About

CircleCI Codecov Release License

Coincharts is a cryptocurrency price chart based off Coinbase's original price chart on https://www.coinbase.com/charts

** Redux, Redux-Saga is used for learning purposes (slight overkill for this simple app)

Getting Started

Start the application's webpack-dev-server

yarn start

Linting & Testing

Linting

Run ESLint & Prettier

yarn run check

Fix ESLint all fixable errors & warnings

yarn lint:fix

Fix Prettier all fixable errors & warnings

yarn prettier:fix

Unit Testing

Run all unit tests & watch for changes

yarn test

Run all unit tests & enable Node Debugger

yarn test:debug

Run all unit tests & generate test coverage

yarn test:ci

Packaging

NOTE: Make sure you have updated .env.build before proceeding

Create a production build of the application & output the bundle into /build

yarn build

Scripts

Deploy application with ZIET Now

NOTE: Make sure you have created .env & updated now.json before proceeding

yarn script:deploy

Downloading API data

Takes a snapshot of responses from coinbase API & saves them into JSON files in public/priceData used for offline development

yarn script:downloadPriceData

License

Coincharts is MIT licensed.

FOSSA Status

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