Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)