Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatyanazakiryanova/currency-converter
Currency converter. React | Material UI | ExchangeRate-API
https://github.com/tatyanazakiryanova/currency-converter
material-ui react typescript
Last synced: 22 days ago
JSON representation
Currency converter. React | Material UI | ExchangeRate-API
- Host: GitHub
- URL: https://github.com/tatyanazakiryanova/currency-converter
- Owner: TatyanaZakiryanova
- Created: 2024-12-05T17:08:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-14T00:20:06.000Z (22 days ago)
- Last Synced: 2024-12-14T01:23:00.620Z (22 days ago)
- Topics: material-ui, react, typescript
- Language: TypeScript
- Homepage: https://tatyanazakiryanova.github.io/currency-converter/
- Size: 933 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Converter
Конвертер валют.
## Deployment & Live Demo
[Deploy](https://tatyanazakiryanova.github.io/currency-converter)
## Technologies Used
- Typescript
- React
- Material UI
- ExchangeRate-API## How to start project
in the project directory enter:
```js
npm install
```and then run in dev mode:
```js
npm run dev
```build the project:
```js
npm run build
```production mode:
```js
npm run preview
```