Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Currency Converter

Конвертер валют.

## Deployment & Live Demo

[Deploy](https://tatyanazakiryanova.github.io/currency-converter)

preview

## 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
```