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: over 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:02:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T02:11:24.456Z (over 1 year 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

## :rocket: Run Project
```bash
bun install
bun run dev
```
## Technologies Used






## :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)