Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesgeorge007/btc-price
This web app shows the current price of Bitcoin made while learning Next-js which offers server side rendering capability to React.js
https://github.com/jamesgeorge007/btc-price
bitcoin bitcoin-api javascript nextjs reactjs server-side-rendering single-page-app webapp
Last synced: 5 days ago
JSON representation
This web app shows the current price of Bitcoin made while learning Next-js which offers server side rendering capability to React.js
- Host: GitHub
- URL: https://github.com/jamesgeorge007/btc-price
- Owner: jamesgeorge007
- License: gpl-3.0
- Created: 2018-06-04T16:48:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T23:13:33.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:58:38.380Z (8 months ago)
- Topics: bitcoin, bitcoin-api, javascript, nextjs, reactjs, server-side-rendering, single-page-app, webapp
- Language: JavaScript
- Size: 1.38 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BTC-Price
> This web app shows the current price of Bitcoin, made while learning Next-js which offers server side rendering capability to React.js
### Have a look
![image](https://github.com/jamesgeorge007/BTC-Price/blob/master/assets/image.JPG)
## Instructions
- Clone the repository
- Navigate to the project directory
- Run ``` npm install ```
- Now run ```npm run dev```
- Fire up your browser and visit ```localhost:3000```
- That's it!