Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipefama/currency-converter
Currency converter with vanilla typescript
https://github.com/felipefama/currency-converter
bootstrap-5 bun css html pwa typescript vanilla-typescript vite
Last synced: 28 days ago
JSON representation
Currency converter with vanilla typescript
- Host: GitHub
- URL: https://github.com/felipefama/currency-converter
- Owner: FelipeFama
- Created: 2022-05-19T19:20:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:02:04.000Z (5 months ago)
- Last Synced: 2024-08-20T20:18:26.153Z (5 months ago)
- Topics: bootstrap-5, bun, css, html, pwa, typescript, vanilla-typescript, vite
- Language: TypeScript
- Homepage: https://currency-converter-typescript-n.netlify.app
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency converter with vanilla typescript
![currency-converter](https://github.com/FelipeFama/currency-converter/assets/91050670/441c532e-ca9f-4b9d-b3a0-9949eda0d372)
## :rocket: Run Project
```bash
bun install
bun run dev
```## Technologies Used
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)
![Typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![Bun](https://img.shields.io/badge/bun-282a36?style=for-the-badge&logo=bun&logoColor=fbf0df)## :rocket: Project Information
- Currency converter web application
- API link: [ExchangeRate](https://www.exchangerate-api.com)
- Semantic HTML5 markup
- Project where asynchronous operations and API consumption were worked on
- Using bootstrap to adjust and position items
- Application conversion to PWA
- Documentation Link: [Vite Pwa](https://vite-pwa-org.netlify.app)