This web app shows the value of one currency in differnt currencies.
👨💻 Website link: Currency Converter
Before installation, please make sure you have already installed the following tools:
- Ensure you have Docker installed
- Open your terminal/command line tool
- Run
docker-compose up
- Open your browser to http://localhost:3000/
- Fork the project
- Clone the forked project
git clone https://github.com/<your_name>/currency_converter_react.git
- Navigate to the cloned project directory
cd currency_converter_react
- Install the dependencies with
npm install
- Run
npm start
to start the server - Open the browser to visit the website at http://localhost:3000/
- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are truly appreciated.
- API used in this project is exchangerate.host.
This project needs a ⭐️ from you. Don't forget to leave a star ⭐️
Thanks a lot for spending your time helping currency_converter_react.