https://github.com/grandemayta/webcomponents-exchange-rates
Calculate rates in real-time.
https://github.com/grandemayta/webcomponents-exchange-rates
customelement customelements litelement webcomponent webcomponents
Last synced: about 2 months ago
JSON representation
Calculate rates in real-time.
- Host: GitHub
- URL: https://github.com/grandemayta/webcomponents-exchange-rates
- Owner: grandemayta
- License: mit
- Created: 2018-10-25T22:29:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T09:10:27.000Z (over 7 years ago)
- Last Synced: 2025-04-06T09:28:58.513Z (about 1 year ago)
- Topics: customelement, customelements, litelement, webcomponent, webcomponents
- Language: JavaScript
- Homepage:
- Size: 509 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Components Exchange Rates
[](http://badge.fury.io/js/badge-list)
[](https://github.com/ellerbrock/open-source-badge/)
[](https://www.sphinx-doc.org/)
Calculate rates in real-time.
## Launch the application
```sh
$ npm install
$ npm start
```
## Release in Production
```sh
$ npm run prod
```
## Tech Stack
### Libraries
- [@webcomponents/webcomponentsjs](https://github.com/webcomponents/webcomponentsjs)
- [Polyfill](https://babeljs.io/docs/en/babel-polyfill.html)
- [Lit-element](https://github.com/Polymer/lit-element)
### Tools
- [Webpack](https://webpack.js.org/)
- [Babel](https://babeljs.io/)
- [Eslint](https://eslint.org/)
## Browsers support
- [x] Chrome
- [x] Firefox
- [x] Safari
- [x] Edge
- [x] IE11
## Polyfills
If the broswer doesn't support webcomponents, custom elements or es6 features like fetch and includes the polyfill script will add at runtime. Below you can find the features supported:
- Generics
- Symbol
- fetch
- customElements
- Arrays
- entries
- from
- find
- findIndex
- includes
- keys
- values
- Objects
- assign
- entries
- values
- Strings
- endsWith
- includes
- startsWith
## Todo
- [ ] Setup Unit Testing
- [ ] Setup E2E Testing
Keep calm and code!
[](https://github.com/ellerbrock/open-source-badge/)