Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.27 KB

JS-React-CantorApp

This repository contains a React.js application that simulates a currency exchange platform, allowing users to convert currencies based on current exchange rates.

Features

  • Currency conversion between major currencies.
  • Real-time exchange rates fetched from an external API.
  • Simple and intuitive user interface.

Technologies Used

  • React.js
  • Axios (for HTTP requests)
  • Bootstrap (for styling)

Requirements

  • Node.js
  • npm (Node Package Manager)

Setup

  1. Clone the repository.

    git clone https://github.com/DrPavel81/JS-React-CantorApp.git
    cd JS-React-CantorApp
  2. Install dependencies.

    npm install
  3. Run the application.

    npm start

    The application will run on http://localhost:3000.

Project Structure

  • src/components: Contains React components.
  • src/api.js: API configuration and calls.
  • public: Contains static assets and index.html.

Using the Application

Once the application is running, you can access it at http://localhost:3000 in your web browser. Use the currency converter to select currencies and enter amounts for conversion. Real-time exchange rates will be fetched from the external API and displayed accordingly.