This repository contains a React.js application that simulates a currency exchange platform, allowing users to convert currencies based on current exchange rates.
- Currency conversion between major currencies.
- Real-time exchange rates fetched from an external API.
- Simple and intuitive user interface.
- React.js
- Axios (for HTTP requests)
- Bootstrap (for styling)
- Node.js
- npm (Node Package Manager)
-
Clone the repository.
git clone https://github.com/DrPavel81/JS-React-CantorApp.git cd JS-React-CantorApp
-
Install dependencies.
npm install
-
Run the application.
npm start
The application will run on
http://localhost:3000
.
src/components
: Contains React components.src/api.js
: API configuration and calls.public
: Contains static assets andindex.html
.
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.