A shopping cart Application.
-
clone or Download the repo. into any fresh temporary folder.
-
cd into that root folder you just cloned locally.
-
launch index.html enjoy.
-
I have attached screenshots below depicting various features of web app !
- Bower — A package manager for the web.
- "bootstrap": "~3.3.7", "jquery": "~3.1.1"
- "font-awesome": "~4.7.0" , "jquery-ui": "^1.12.1"
-
Create your branch:
git checkout -b my-new-feature
-
Commit your changes:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Send a Pull Request
-
Enjoy!