DEV Community

Ahmad Muhammad Tijjani
Ahmad Muhammad Tijjani

Posted on

Currency Converter


Built a Currency Converter with React! 💱

The latest addition to my JavaScript Learning Journey — a simple currency converter built using React.

Not a huge project, but it helped me get more comfortable with:

  • Managing state with useState
  • Fetching real-time exchange rates from a currency API
  • Building a custom hook to handle the API logic and keep the component clean
  • Handling user input and controlled forms
  • Conditional rendering for results

It's a small step, but each project is building my confidence with React fundamentals one piece at a time.

Code is up on GitHub if you want to check it out — feedback always welcome! 🙌

webdev #react #programming #beginners

Top comments (0)