Submission

Demo Site

Video Walkthrough

This project looks up the current buy prices for Bitcoin (BTC) in various currencies, using the publicly-available Coinbase API.

Getting Started

First, rename the .env.local.example file in the project root folder to .env.local. The Author will provide the Supabase credentials to replace the sample values.

Then run yarn install to download the dependencies.

Next run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3001 with your browser to see the result.