Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melvin0008/quickkart
Ionic Application to help shoppers!
https://github.com/melvin0008/quickkart
Last synced: about 2 months ago
JSON representation
Ionic Application to help shoppers!
- Host: GitHub
- URL: https://github.com/melvin0008/quickkart
- Owner: melvin0008
- Created: 2015-09-19T17:52:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T04:25:19.000Z (over 9 years ago)
- Last Synced: 2024-04-16T04:25:19.826Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.93 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quickcart
Ionic application built during GDG-Buffalo Hackathon 2015.
This application helps shoppers to find their items quickly.
Here's how this runs:
-The user will enter his list of items.
-When the user enters the store he will scan a QR code at the entrance which will map each item on his list with the detailed location of the item in the store.
-(TODO : Use travelling salesman problem to suggest user a route)
-The user can also share this list with his friends/roommates.
-These friends will also see the same list of items.
-This collaborative feature helps them keep track (in real time) of items being bought.Technologies Used:
[Ionic Framework](http://ionicframework.com/)
[Firebase](https://www.firebase.com/)| List after retrieval of aisle number | Detailed view of item |
| :-------------------------: | :-------------------------: |
| ![demo](../master/resources/image1.png?raw=true) | ![demo](../master/resources/image2.png?raw=true) |