https://github.com/flacode/shopping-guru
Shopping List application
https://github.com/flacode/shopping-guru
Last synced: about 1 year ago
JSON representation
Shopping List application
- Host: GitHub
- URL: https://github.com/flacode/shopping-guru
- Owner: flacode
- Created: 2017-08-15T10:04:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:39:26.000Z (over 3 years ago)
- Last Synced: 2025-01-26T18:46:07.313Z (over 1 year ago)
- Language: HTML
- Size: 574 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopping-guru
Shopping List application
Features:
1. Users create accounts
2. Users can log in
3. Users create, view, update and delete shopping lists.
4. Users can add, update, view or delete items in a shopping list
Day one activity:
Designed wireframes using balsamiq and User Interfaces using HTML and CSS
Day two and three activities:
Used Test Driven Development(TDD) and OOP to implement the functionality.
Intergrated this functionality with User Interfaces developed on Day 1.
Day four activities:
Added TravisCI for continuous integration and badge [](https://travis-ci.org/flacode/shopping-guru)
Added configuration file for houndCI
Added Coveralls and badge [](https://coveralls.io/github/flacode/shopping-guru)
Added Code Climate CI [](https://codeclimate.com/github/flacode/shopping-guru)
How to use the application.
1. Create a user account with shopping guru https://shoppingguru1.herokuapp.com .
2. After registering, you will be promoted to login in order to view your shopping lists.