Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarlamin01/vite-currency-converter
A currency converter made by vue 3, vite & daisyUI.
https://github.com/omarlamin01/vite-currency-converter
currency-converter daisyui exchange-api exchange-rates tailwindcss vite vue
Last synced: 9 days ago
JSON representation
A currency converter made by vue 3, vite & daisyUI.
- Host: GitHub
- URL: https://github.com/omarlamin01/vite-currency-converter
- Owner: omarlamin01
- License: mit
- Created: 2023-01-17T18:41:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T17:52:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T16:19:03.366Z (6 months ago)
- Topics: currency-converter, daisyui, exchange-api, exchange-rates, tailwindcss, vite, vue
- Language: Vue
- Homepage: https://vite-currency-converter.vercel.app/
- Size: 452 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency Conversion App
A simple currency conversion app built with Vue.js, using real-time exchange rates from a trusted API.
## Screenshots
![screenshot1](https://github.com/omarlamin01/vite-currency-converter/blob/f18bf57017970623cc424638c6ae60a98ae25935/public/images/Screenshot%20(47).png)
![screenshot2](https://github.com/omarlamin01/vite-currency-converter/blob/f18bf57017970623cc424638c6ae60a98ae25935/public/images/Screenshot%20(48).png)
![screenshot3](https://github.com/omarlamin01/vite-currency-converter/blob/0d6f3ea4ea0bc9ed42245d09b8be9894bebbcf33/public/images/Screenshot%20(51).png)
![screenshot4](https://github.com/omarlamin01/vite-currency-converter/blob/0d6f3ea4ea0bc9ed42245d09b8be9894bebbcf33/public/images/Screenshot%20(52).png)## Demo
[Live Demo](https://vite-currency-converter.vercel.app/)
## Features
- Convert between currencies using real-time exchange rates
- Sleek and modern user interface designed with [TailwindCSS](https://tailwindcss.com/)
and [DaisyUI](https://daisyui.com/)
- Supports 10 languages## Supported languages
- English
- Chinese
- Spanish
- Arabic
- Indonesian
- Portuguese
- French
- Japanese
- Russian
- German
- These languages are the most used languages on the internet according to [Statista](https://www.statista.com/statistics/262946/share-of-the-most-common-languages-on-the-internet/#:~:text=As%20of%20January%202020%2C%20English%20was%20the%20most,was%20ranked%20second%20with%20a%2019.4%20percent%20share)## Tools
- [Vue.js](https://vuejs.org/) - JavaScript framework for building user interfaces
- [Vite](https://vitejs.dev/) - Next generation frontend tooling
- [VueI18n](https://kazupon.github.io/vue-i18n/) - Internationalization plugin for Vue.js
- [ExchangeRate-API](https://www.exchangerate-api.com/) - API for currency exchange rates
- [TailwindCSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs
- [DaisyUI](https://daisyui.com/) - A collection of UI components for Vue.js
- [Flaticon](https://www.flaticon.com/) - Free vector icons
- [wikimedia](https://commons.wikimedia.org/wiki/Main_Page) - Free media repository## Installation
```bash
# clone the repository
git clone https://github.com/omarlamin01/vite-currency-converter.git# install dependencies
npm install# start the development server
npm run serve
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)