Skip to content

A single page application (Currency Converter) created using vanilla javascript and some relavant libaries without the use of any front-end framework

Notifications You must be signed in to change notification settings

kishore-devaraj/vanillaJs-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanillaJs-spa

What's this all about?

This is simple currency convertion application built using nothing about vanillaJs, jQuery and template engines such as handlebars. Nodejs is used as a proxy server for client to access the free currency conversation apis.

Check out the live demo deployed in heroku.

For Development and Testing

  • Clone the repo and install the dependencies
git clone https://kishore-devaraj/vanillaJs-spa.git
npm install
  • Run the development server, the api keys are provided in .env file for testing and dev purpose
npm run start-watch

Note: This repo can be further developed by enchancing its UI, adding more features and unit tests.

About

A single page application (Currency Converter) created using vanilla javascript and some relavant libaries without the use of any front-end framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published