CurrencyConvertor
This repository contains a robust and efficient currency conversion application built primarily with JavaScript (95.7%), HTML (3.6%), and CSS (0.7%). The application allows users to quickly and accurately convert amounts between different currencies using up-to-date exchange rates. It features a user-friendly interface .
Install / Use
/learn @krotrn/CurrencyConvertorREADME
💱 Currency Convertor
A simple and modern currency converter app built with React, Vite, and Tailwind CSS.
🚀 Features
- Convert between different currencies
- Clean and responsive UI
- Built with modern tools and best practices
🛠️ Tech Stack
- React – UI Library
- Vite – Fast development and build tool
- Tailwind CSS – Utility-first CSS framework
- ESLint – For code quality and linting
📦 Installation
# Clone the repo
git clone https://github.com/your-username/currencyConvertor.git
cd currencyConvertor
# Install dependencies
npm install
# Start development server
npm run dev
