Check current exchange rates of any currency
Visit https://edvintopa.github.io/convertly/ or run it locally:
- Download and extract the project
- From the project root, run
npm install - From the project root, run
npm run dev - Visit the link presented in the terminal
- Enjoy converting your favourite currencies!
Convertly uses exchange-api to fetch currencies, currency codes and their current prices in relation to Euro.
- React (JS) + Vite
project base - TailwindCSS
to make things beautiful - Framer-motion
beautiful animations - Axios
easy calls to any API
This project is licensed under the MIT License - see the LICENSE.md file for details