Skip to content

Currency Converter Website! This project is built using React and Vite, allowing users to convert currencies effortlessly.

Notifications You must be signed in to change notification settings

AmulyaMachhan/currencyConverter

Repository files navigation

Currency Converter Website

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.

Screenshot

amulyamachhan github io_currencyConverter_

Features

  • 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.

Technologies Used

  • React
  • Vite
  • JavaScript (ES6+)
  • Tailwind CSS
  • HTML5
  • CSS3

Getting Started

Prerequisites

Before running this project, ensure that you have Node.js and npm (or yarn) installed on your machine.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/AmulyaMachhan/currencyConverter.git
    
  2. Navigate to the project directory:

    cd currency-converter
    
  3. Install the dependencies:

    npm install
    

    or

    yarn install
    

Usage

  1. Start the development server:

    npm run dev
    

    or

    yarn dev
    
  2. Open your web browser and go to http://localhost:3000 to view the currency converter website.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to submit a pull request.

Releases

No releases published

Packages

No packages published