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
- Host: GitHub
- URL: https://github.com/sirsayed98/bitz-price
- Owner: sirSayed98
- Created: 2020-09-26T18:09:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T19:42:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T15:51:30.024Z (over 1 year ago)
- Topics: api, bitcoin, bootswatch, javascript, nextjs, react
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```