Welcome to the Currency Converter Website! This project is built using React and Vite, allowing users to convert currencies effortlessly.
You can view this site here.
- Currency Conversion: Convert currency from one type to another.
- Extensive Currency Options: Supports almost all currencies.
- Swap Functionality: Easily switch between source and target currencies.
- React
- Vite
- JavaScript (ES6+)
- Tailwind CSS
- HTML5
- CSS3
Before running this project, ensure that you have Node.js and npm (or yarn) installed on your machine.
-
Clone this repository to your local machine:
git clone https://github.com/AmulyaMachhan/currencyConverter.git
-
Navigate to the project directory:
cd currency-converter
-
Install the dependencies:
npm install
or
yarn install
-
Start the development server:
npm run dev
or
yarn dev
-
Open your web browser and go to
http://localhost:3000
to view the currency converter website.
Contributions are welcome! If you'd like to contribute to this project, feel free to submit a pull request.