Skip to content

PayPal calculator with angularjs, to calculate the fees charged by the platform when sending and receiving

License

Notifications You must be signed in to change notification settings

shades3002/PayPal-calculator-with-angularjs

Repository files navigation

PayPal-calculator-with-angularjs | Demo

PayPal calculator with AngularJs, to calculate the fees charged by the platform when sending and receiving.

Synopsis

When making Paypal balance exchanges it becomes necessary to calculate the commissions, to know the net amount that we will receive. For this we developed a simple calculator in AngularJs.

Features

  • Sass
  • Pug
  • GruntJs
  • AngularJs
  • NodeJs
  • Bootstrap

Motivation

For this project I wanted to use Pug which is a template engine of NodeJs to facilitate writing HTML, turn the style handle with SASS. Everything was automated with the GruntJs task manager.

Installation

Note: you must have NodeJs and Ruby installed in your environment, in order to run the application

  1. Install gem sass
$ ruby -v
$ sudo gem install sass
$ sass -v
  1. Download the source code from git repository, executing the following command:
$ sudo apt-get install git
$ git clone git@github.com:shades3002/PayPal-calculator-with-angularjs.git
$ cd PayPal-calculator-with-angularjs
$ git checkout master
$ sudo npm install -g grunt-cli
$ npm start

Production

Note: To put into production you must run the next task

$ sudo apt-get install git
$ git clone git@github.com:shades3002/PayPal-calculator-with-angularjs.git
$ cd PayPal-calculator-with-angularjs
$ git checkout master
$ sudo npm install -g grunt-cli
$ npm install
$ grunt production
$ sudo cp -R ../PayPal-calculator-with-angularjs /var/www/html

Contributors

  • Carlos Gutierrez

License

  • LGPL V3.

About

PayPal calculator with angularjs, to calculate the fees charged by the platform when sending and receiving

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages