Skip to content

DrPavel81/JS-React-CantorApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published