An open API service indexing awesome lists of open source software.

https://github.com/dor-ka/frontend-youcode-currency-converter

A simple currency converter built with HTML, CSS and JavaScript. Created as part of a YouCode course.
https://github.com/dor-ka/frontend-youcode-currency-converter

bem css currency-converter html javascript practice-project vanilla-js youcode

Last synced: about 1 month ago
JSON representation

A simple currency converter built with HTML, CSS and JavaScript. Created as part of a YouCode course.

Awesome Lists containing this project

README

          

# currency-converter
[link to the page](https://dor-ka.github.io/frontend-youcode-currency-converter/)

A simple currency converter built using HTML, CSS, and JavaScript. This project was created as part of the YouCode course to practice basic frontend skills.

## 📸 Preview
![demo1](images/readme1.png)
![demo2](images/readme2.png)
![demo3](images/readme3.png)
![demo4](images/readme4.png)

## 🛠️ Technologies Used
- HTML
- CSS
- JavaScript (ES6+)
- BEM (Block Element Modifier) methodology

## General info:
This project helps users convert currency values based on a fixed exchange rate table. It focuses on DOM manipulation, clean structure using BEM, and core JavaScript logic.