Skip to content

AkshayJaitly/React_Cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Crypto Currency Web App

This shows the current prices of Bitcoin, Ethereum and Iota

This project uses the free CryptoCompare API service. Will be further using this for stock analysis. The web app is served at https://akshayjaitly.github.io/React_Cryptocurrency/

Screenshot

view

Offline first in production

https://create-react-app.dev/docs/making-a-progressive-web-app/#offline-first-considerations

Create react app in gh-pages

Thanks to [Gitname]https://github.com/gitname. This is the link: https://github.com/gitname/react-gh-pages/tree/master

How to use this

Clone this repo and run npm install in the project folder. From there, you can run npm start to watch the project in action.

Production build serve

  1. npm run build
  2. npm install -g serve
  3. serve -s build