A simple currency converter I made for #7DaysofCodeChallenge with #GoogleUdacityScholars #ALCwithGoogle @googleafrica.
- Convert from one currency to another
- Swap the currencies with a click
- Works even when offline
- Notifies when there is a new version
- Installs on mobile devices
It's easy to install this project on your local machine. First step is to clone this project.
git clone https://github.com/valerymelou/currency-converter.git
Then install dependencies.
npm install
- Serve the app locally:
npm run dev
- Build the app for production:
npm run build
- Deploy the app on GitHub Pages:
npm run deploy
A working demo of this app is available at https://valerymelou.github.io/currency-converter.