Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!