DevChallenges
Loading...

Currency Converter

Challenge: Build a currency converter using HTML, CSS, and JavaScript. Users should be able to convert amounts between different currencies.

Follow the instructions below:

  • Design and implement a user interface with input fields for amount and currency

  • Fetch currency exchange rates from an API

  • Perform currency conversions based on user input

  • Display the converted amount

  • Include responsive design for optimal viewing on different devices

Once you have completed the challenge, submit your solution by providing the URLs for your GitHub repository and live application hosted on any platform. Additionally, please include a concise explanation of the work you have done.

Furthermore, we encourage you to assess and offer feedback on the solutions submitted by other participants.

How to start

  • Read the challenge's details
  • Start the challenge
  • Have fun coding!!