A modern, responsive Currency Converter web application that provides real-time exchange rates. Built to demonstrate API integration, asynchronous JavaScript, and clean UI/UX design.
- ⚡ Real-time Conversion: Fetches live rates via API.
- 🌍 Global Support: Supports multiple international currencies.
- 🌙 Dark/Light Mode: Toggle between themes for better accessibility.
- 🏳️ Dynamic Flags: Automatic flag updates based on currency selection.
- 📱 Fully Responsive: Optimized for mobile, tablet, and desktop.
- 🔍 SEO Optimized: Semantic structure, meta tags, and FAQ schema.
forexlyglobal/
├── index.html // Main application page
├── style.css // Global styles
├── index.js // API & DOM Logic
├── countryList.js // Currency mapping
├── privacyPolicy.html // Privacy Policy page
├── termsConditions.html// Terms & Conditions page
├── codes.js // Utility JS helper
├── faq-schema.js // FAQ SEO schema
├── sitemap.xml // SEO Sitemap
└── robots.txt // Crawler rules
🎓 Learning Outcomes
- API Handling: Mastering Fetch API and Async/Await patterns.
- DOM Manipulation: Building dynamic user interfaces.
- Modular Coding: Organizing logic for better maintainability.
- SEO Best Practices: Implementing schema and meta tags for search engines.
This application is designed strictly for educational and portfolio demonstration purposes. It does not perform actual financial transactions, nor does it provide authorized financial or investment advice. All currency exchange rates are retrieved from public APIs for simulation and are not intended for real-world trading or commercial use.
Suggestions and feedback are always welcome! Feel free to open an issue or connect with me if you have any questions.
Made with ❤️ by TScom-dew
Happy Coding! ❤️
