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

https://github.com/matheus-git/currency-converter


https://github.com/matheus-git/currency-converter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Currency converter

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)

A simple currency converter, querying a public API.

**This project was developed in just a few hours as part of a training exercise over the weekend.**

## Screenshot

![screenshot](assets/screenshot.png)
![screenshot2](assets/screenshot2.png)

## Requirements

- API key from https://www.exchangerate-api.com/

## Installation

1. Clone this repository:

```sh
git clone https://github.com/Matheus-git/currency-converter.git && cd currency-converter
```

2. Create and config local env file

```sh
cp .env.example .env.local
```

3. Install dependencies:

```sh
npm install
```

4. Run application

```sh
npm run dev
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

## 📝 License

This project is open-source under the MIT License.