This simple project allows you to search for the best BTC prices in euros. Simply enter an amount in euros, and the project will return the four best offerings from various providers. The project is built with Nuxt3, Tailwind CSS, and Turso SQLite DB to cache initial results.
- Search for BTC prices in euros
- Displays the top four offerings from various providers
- Caches initial results for enhanced performance
- Nuxt3
- Tailwind CSS
- Turso SQLite DB
- Enter an amount in euros in the dedicated input field.
- The project will automatically display the top four offerings from various providers.
-
Clone the repository.
git clone https://github.com/atalek/btc-price.git
-
Navigate to the project directory.
cd btc-price
-
Install dependencies.
npm install
-
Configure environment variables.
-
Create a
.env
file in the root of the project. -
Add the necessary environment variables for your Turso db.
#Turso TURSO_DB_URL=your_turso_db_url TURSO_AUTHTOKEN=your_turso_auth_token
-
Run the migration and development server.
npm run db-push npm run dev
-
Open your browser and visit http://localhost:3000 to view the Bitcoin price checker.
Github: @atalek
Linkedin:
@Aleksandar Atanasovski
Portfolio: https://www.atalek.com/