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: 18 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T23:13:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T22:12:55.435Z (about 1 month ago)
- Topics: bitcoin, bitcoin-api, javascript, nextjs, reactjs, server-side-rendering, single-page-app, webapp
- Language: JavaScript
- Size: 1.38 MB
- Stars: 4
- Watchers: 1
- 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

## 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!