Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkswan/next-js-bitcoin-price-checker

A Next.js app that checks Bitcoin's latest price.
https://github.com/thinkswan/next-js-bitcoin-price-checker

bitcoin javascript nextjs tutorial

Last synced: about 2 months ago
JSON representation

A Next.js app that checks Bitcoin's latest price.

Awesome Lists containing this project

README

        

# next-js-bitcoin-price-checker

A Next.js app that checks Bitcoin's latest price.

Based on the following tutorial: [Traversy Media: Next.js Crash Course - Server Side React](https://www.youtube.com/watch?v=IkOVe40Sy0U)

## Get started

```
yarn
yarn dev
open http://localhost:3000/
```