Giter VIP home page Giter VIP logo

converter's Introduction

💵 Currency Converter App

This is a simple Currency Converter application built using Vue.js. The app allows you to convert currencies using real-time exchange rates fetched from a public API.

📌Prerequisites

To run this application, you'll need the following:

  • Node.js (with npm)

⚙️ Setup

  1. Clone the repository:
git clone https://github.com/your-username/currency-converter-app.git
  1. Navigate to the project directory:
cd converter
  1. Install the dependencies:
npm install
  1. Run the development server:
npm run serve
  1. Open your web browser and navigate to http://localhost:8080 to see the app in action.

📖 How to Use

The Currency Converter app allows you to convert different currencies. The main page (App.vue) displays multiple ConverterComponent instances, each for a different currency conversion pair.

🔃 ConverterComponent

The ConverterComponent is a reusable component responsible for converting currencies. It takes two props: currencyA and currencyB, which represent the source and target currencies, respectively.

  1. Enter the amount you want to convert in the text input labeled with currencyA.

  2. Click the "Converter" button to perform the conversion.

  3. The converted amount will be displayed below the button.

🎲 Technologies Used

  • Vue.js
  • Fetch API

🧠 Acknowledgements

This project was created as a learning exercise and is meant to demonstrate basic usage of Vue.js and making API calls using the Fetch API.

converter's People

Contributors

kevin504-max avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.