1
showcase
Shipped: Currency converter with live rates
I built a responsive currency converter using React and Vite. It fetches live exchange rates from the Frankfurter API and handles four distinct states: Loading, Error, Empty, and Success.
The reviewer can run the project locally and use the URL query parameters documented in the README to demonstrate each required state without changing the code:
* Loading:
/?state=loading
* Error: /?state=error
* Empty: /?state=empty
* Success: /
The README contains step-by-step instructions for reaching and verifying each state.
Repository: https://github.com/Ateefa-Syed/currency-converter
Built for the Verified Frontend Internship · state and dataAdd a comment
0/2000