Skip to content

Viktorline/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

This is a simple Currency Converter app built as a part of the frontend intern test task for AppBooster. The app allows you to convert amounts between different currencies and view current exchange rates.

https://currency-converter-three-kappa.vercel.app/convert

Features

  • Conversion between various currencies.
  • Displays current exchange rates for selected base currency.
  • Responsive design for mobile and desktop viewing.
  • Exchange rates are updated once a day.

Technologies Used

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Viktorline/currency-converter.git
  1. Navigate to the project directory:
cd currency-converter
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

The application should now be running on http://localhost:3000 (or the port you have configured)

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

REACT_APP_API_KEY: Your API key #You can get it https://openexchangerates.org/api.

About

test task for appbooster / simple currency converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published