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

https://github.com/max-programming/currency-converter


https://github.com/max-programming/currency-converter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Currency Converter

A Currency Converter app made using HTML, CSS and JavaScipt using RapidAPI

It uses Netlify Serverless Functions to fetch data and protect API keys
## Deployment

To deploy this project run

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/max-programming/currency-converter&utm_source=github)
## Run Locally

Clone the project

```bash
git clone https://github.com/max-programming/currency-converter
```

Go to the project directory

```bash
cd currency-converter
```

Install dependencies

```bash
npm install -g netlify-cli
npm install
```

Start the server

```bash
netlify dev
```


## Tech Stack

HTML, CSS, JavaScript, Vite, Netlify

## Feedback

If you have any feedback, please reach out to us at the issues 😉