├── README.md └── tipApp ├── img └── Screenshot_1.png ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shovoalways/tip-calculator/HEAD/README.md -------------------------------------------------------------------------------- /tipApp/img/Screenshot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shovoalways/tip-calculator/HEAD/tipApp/img/Screenshot_1.png -------------------------------------------------------------------------------- /tipApp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shovoalways/tip-calculator/HEAD/tipApp/index.html -------------------------------------------------------------------------------- /tipApp/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shovoalways/tip-calculator/HEAD/tipApp/script.js -------------------------------------------------------------------------------- /tipApp/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shovoalways/tip-calculator/HEAD/tipApp/style.css --------------------------------------------------------------------------------