Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelbroseghini/shopping-cart
:shopping: Shopping List application using HTML5, CSS and JS.
https://github.com/rafaelbroseghini/shopping-cart
Last synced: 16 days ago
JSON representation
:shopping: Shopping List application using HTML5, CSS and JS.
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/shopping-cart
- Owner: RafaelBroseghini
- Created: 2018-02-27T17:40:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T22:12:06.000Z (about 6 years ago)
- Last Synced: 2024-10-22T09:59:34.605Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List application.
This repository includes a shopping List application using HTML5, CS and Javascript built during several weeks of our CS330 course.
### The application below does not include server side integration. Only up until Local Storage.
### Application's URL:
* https://rafaelbroseghini.github.io/Shopping-Cart/## Topics Included:
* *Bootstrap Framework Integration*
* *Event Handling*
* *MVC Design Pattern*
* *JSON Manipulation*
* *Local Storage* | *Remote Storage*
* *Flask microframework server side*