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

https://github.com/sirsayed98/bitz-price

small application to learn Next JS crash-course
https://github.com/sirsayed98/bitz-price

api bitcoin bootswatch javascript nextjs react

Last synced: about 2 months ago
JSON representation

small application to learn Next JS crash-course

Awesome Lists containing this project

README

          

# Bitz-Price
Crash course for next.js to learn how to add Layout , Routing ,Link Module and Head module .

# About
using [Coindesk API](https://www.coindesk.com/coindesk-api) to know prices of Bitcoin in Euro ,GBP and USD.
# Quick Start

``` bash
# Install dependencies
npm install

# Serve on localhost:3000
npm run dev

# Build for production
npm run build
```