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

https://github.com/victorsteven/currencyconverter

An offline first currency converter app
https://github.com/victorsteven/currencyconverter

Last synced: 3 months ago
JSON representation

An offline first currency converter app

Awesome Lists containing this project

README

        

ALC CODING CHALLENGE EXCERCISE

This is an offline first Currency Converter application

INSTALLATION

Download the zip file or clone the repository from the terminal/command line
using:

"git clone [email protected]:victorsteven/CurrencyConverter.git"

Then, "cd to CurrencyConverter"

Next:

Install the npm packages from the terminal/command line using:

"npm install"

Next:

run the application using any of the following options:

1. "gulp watch" : This will start the local server on localhost:3000

2. "php -S localhost:3000"