Skip to content

Latest commit

Β 

History

History
56 lines (26 loc) Β· 898 Bytes

File metadata and controls

56 lines (26 loc) Β· 898 Bytes

React + Vite

πŸ’± React Currency Converter

A simple and interactive Currency Converter built with React.js.

It allows users to convert an amount from one currency to another using live exchange rates.

πŸš€ Features

🌐 Real-time exchange rates (powered by a currency API)

πŸ”„ Swap between source and target currencies

πŸ“± Responsive and user-friendly UI

βš›οΈ Built using React functional components and Hooks

βœ… Clean code with modular components

πŸ› οΈ Tech Stack

React.js (Vite / Create React App)

JavaScript (ES6+)

Currency API for live exchange rates

CSS / Tailwind CSS

react-currency-converter/

β”œβ”€β”€ public/

β”œβ”€β”€ src/

β”‚ β”œβ”€β”€ components/

β”‚ β”‚ └── InputBox.jsx

β”‚ β”œβ”€β”€ hooks/

β”‚ β”‚ └── useCurrencyInfo.js

β”‚ β”œβ”€β”€ App.jsx

β”‚ β”œβ”€β”€ main.jsx

β”‚ └── index.css

└── package.json