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.
- Host: GitHub
- URL: https://github.com/dor-ka/frontend-youcode-currency-converter
- Owner: Dor-Ka
- Created: 2023-08-27T12:00:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T12:36:54.000Z (about 1 year ago)
- Last Synced: 2026-04-30T07:38:20.038Z (about 1 month ago)
- Topics: bem, css, currency-converter, html, javascript, practice-project, vanilla-js, youcode
- Language: HTML
- Homepage: https://dor-ka.github.io/frontend-youcode-currency-converter/
- Size: 105 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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




## 🛠️ 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.