A currency converter developed in React. The application fetches real-time currency exchange rates and allows users to convert any amount from one currency to another.
Built with: Vite • JavaScript • React • React Router • TailwindCSS • DaisyUI
- Real-time currency conversion
- Geolocation based on IP address
- Works with all major global currencies
Try it → https://fm-anderson-currency-converter.netlify.app/
This project was bootstrapped with Vite. Ensure you have Node.js and npm (or any other package manager) installed on your local machine.
- Clone this repo
git clone https://github.com/fm-anderson/currency-converter.git
- Navigate to the project directory
cd currency-converter
- Install dependencies
npm install
- Run the application
npm run dev
- The application should be running on http://localhost:5173
- To convert from one currency to another, select the currency and input the amount.
- Select the target currency.
- The converted amount will appear in the opposite input field.
VAT comply provides the exchange rates and the geolocation for Currency Converter.
Home: Home page is shown to users that are not logged in.
Dashboard: Complete dashboard is available for users that created an account.
Guest Access: Basic dashboard without local currency or favorites.