https://github.com/melitus/crypto-price-checker
:rocket: This is to demo how to build coinmarketcap with react to monitor real-time pricing data for various cryptocurrencies
https://github.com/melitus/crypto-price-checker
bitcoin coinmarketcap ethereum reactjs ripple
Last synced: 2 months ago
JSON representation
:rocket: This is to demo how to build coinmarketcap with react to monitor real-time pricing data for various cryptocurrencies
- Host: GitHub
- URL: https://github.com/melitus/crypto-price-checker
- Owner: melitus
- License: mit
- Created: 2018-08-10T10:19:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T15:55:18.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T22:27:20.204Z (4 months ago)
- Topics: bitcoin, coinmarketcap, ethereum, reactjs, ripple
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
# crypto-price-checker
This is to demo how to build coinmarketcap with react# crypto-price-checker
### LIVE DEMO
# Start building your own website
This repo is created to demostrate how to build personal website with React.## Tech stack
* [React](https://github.com/facebook/react) & [React Router 4](https://github.com/ReactTraining/react-router)
* [Node](https://github.com/nodejs)## Commands
`yarn install` to install dependencies
`yarn start` to run development version on browser
`yarn run build` to build distribution version
### The steps to create a website include:
1. File architecture
2. Setting up the basic environment in Node
3. Installing the React framework with create-react-app
4. Building the basic front-end components
5. Styling and CSS
6. Viewing on local host
8. Deploying on Heroku## Author
Aroh Sunday Melitus