A sleek, responsive currency converter built with React, Vite, and Tailwind CSS v4.
Effortlessly convert between global currencies with live exchange rates and a modern UI.
Tool | Purpose |
---|---|
⚛️ React | UI rendering and component logic |
⚡ Vite | Fast bundling and dev server |
🎨 Tailwind v4 | Utility-first styling framework |
🌐 API | Real-time currency data |
This screenshot shows the live currency conversion UI with React and Tailwind CSS.
- 🔄 Real-time currency conversion
- 🌍 Supports multiple currencies
- 📱 Fully responsive design
- ⚡ Lightning-fast performance with Vite
- 🎯 Clean, intuitive UI with Tailwind v4
git clone https://github.com/Satyamcoder23/CurrencyConvert.git
cd CurrencyConvert
npm install
npm run dev