https://github.com/max-programming/currency-converter
https://github.com/max-programming/currency-converter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/currency-converter
- Owner: max-programming
- Created: 2021-08-29T02:58:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T07:25:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T17:31:25.943Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## DeploymentTo deploy this project run
[](https://app.netlify.com/start/deploy?repository=https://github.com/max-programming/currency-converter&utm_source=github)
## Run LocallyClone 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 StackHTML, CSS, JavaScript, Vite, Netlify
## FeedbackIf you have any feedback, please reach out to us at the issues 😉