A simple and beautiful Currency Converter built using React.js.
It allows users to convert one currency into another using real-time exchange rates from the Fawaz Ahmed Currency API.
- 🌍 Real-time currency exchange rates
- 🔁 Swap between two currencies instantly
- 💰 Simple and clean UI with responsive design
- ⚡ Fast and lightweight (uses React Hooks)
- 🧩 Built using modern React concepts (
useState,useEffect, custom hooks`)
Frontend:
- React.js
- Tailwind CSS
- JavaScript (ES6)
API:
Follow these simple steps 👇
# 1️⃣ Clone this repository
git clone https://github.com/sahil43karmakar/REACT-PROJECT-.git
# 2️⃣ Move into the project folder
cd REACT-PROJECT-
# 3️⃣ Install dependencies
npm install
# 4️⃣ Start the development server
npm start