Coder Social home page Coder Social logo

currency-exchanger's Introduction

Currency Conversion App

This Angular application allows users to convert currencies, view historical data, and see currency conversion rates.

Features

  • Currency Converter: Convert between different currencies using real-time exchange rates.
  • Historical Data: View historical exchange rates for selected currencies over the past year.
  • Currency Details: See detailed information about specific currencies.
  • Responsive Design: Works well on both desktop and mobile devices.

Snapshots

Mobile:

  • Mobile Home Page
  • Mobile Details Page

Desktop:

  • Desktop Home Page
  • Desktop Details Page

Installation

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd currency-conversion-app
  3. Install dependencies: npm install
  4. Create src/environments/environment.dev.ts and fill it with the following content:
export const environment = {
  production: false,
  fixerApiBaseUrl: 'http://data.fixer.io/api',
  apiKey: 'YOUR_API_KEY_HERE', // Replace 'YOUR_API_KEY_HERE' with your actual Fixer API key
};

Usage

  1. Start the development server: ng serve
  2. Open your browser and go to http://localhost:4200
  3. Select the currency you want to convert from and to using the dropdown menus.
  4. Enter the amount you want to convert in the input field.
  5. View the converted values for the nine most popular currencies in the cards grid.

Dependencies

  • Angular: The core framework for building the application.
  • ng2-charts: Used for displaying charts and graphs.
  • chart.js: Provides the underlying charting functionality for ng2-charts.
  • Angular Material: Provides UI components for building the user interface.

currency-exchanger's People

Contributors

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