You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Project: Currency Exchange Rates Viewer This project is a Currency Exchange Rates Viewer built with React and a Currency API. The application fetches and displays the latest exchange rates for multiple currencies. Users can view real-time data, compare currency values, and stay updated with accurate financial information. The app features a
Exchange rate site built using Next and TailwindCSS. Data is pulled from currencyapi. Site is hosted using netlify. Users can query the website for one of the numerous currencies we support and get the exchange rate for any other currency. Users can then input the amount they want to exchange and see how much this is worth in the new currency
This Currency Converter App uses React for dynamic state management, Axios for fetching live exchange rates from CurrencyAPI, and CSS for layout. Users enter an amount, select currencies, and click "Convert." Axios retrieves the latest rate, and the app calculates and displays the result instantly for real-time accuracy.