https://github.com/matheus-git/currency-converter
https://github.com/matheus-git/currency-converter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/matheus-git/currency-converter
- Owner: Matheus-git
- Created: 2025-03-22T14:21:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T14:23:40.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:26:34.442Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency converter
  
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


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