-
Notifications
You must be signed in to change notification settings - Fork 0
MVP 1: Build frontend and API for latest data #1
Copy link
Copy link
Closed
5 / 55 of 5 issues completedLabels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Goal
The frontend fetches from /api/rates and displays an AUD → USD/EUR/JPY/GBP/CNY conversion list.
Tasks
- Create
GET /api/ratesto proxy OXRlatest.json(cache: "no-store"). - Add
.env.devwith:
-OXR_APP_ID
-OXR_BASE_URL=https://openexchangerates.org/api - Home page: amount input + 5 result rows (AUD → target).
- Loading/error states and a Refresh rates button.
Acceptance
- Page fetches data and shows 5 currencies.
- Changing the amount updates results instantly.
- On failure, show an error and allow refresh to recover.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request