This project is a React.js adaptation of the currency converter originally created by Shradha Khapra using vanilla JavaScript and the fetch
API.
- To understand how DOM manipulation differs in React compared to vanilla JavaScript.
- To explore how APIs can be integrated seamlessly in React for dynamic functionality.
- Country Flags: Dynamically fetched using an API.
- Currency Conversion: Real-time exchange rates provided via API integration.
Watch the original project creation process:
- Frontend: React.js
- APIs: Fetch API for fetching country flags and real-time currency exchange rates.
Feel free to explore the live website and experience its features!
- Add input validation to ensure proper user inputs for conversion.
- Display error messages when the API fails to fetch data.
- Include a "Favorite Currencies" feature for quicker conversions.
- Add dark mode for improved usability.