๐ฐ Shopping List App ๐
Shopping List App with Local Storage and Back End implementations.
๐
Table of Content ๐ฐ Shopping List App๐
โจ ๐
Features Currently, Shopping List App, both Back End and Local Storage implementations, supports the following:
- Adding Items with Fields
- Item
- Quantity
- Priority
- Colored Priority
- Store
- Section
- Price
- Removing Specific Item(s)
- Clearing List
- User Session
๐ท Demo and Screenshots ๐น
Shopping List App | Shopping List App |
---|---|
![]() |
![]() |
![]() |
![]() |
๐ฎ
Usage This web app is written in Python 3.6 using Flask Web Framework. Frontend uses Bootstrap Framework. Local Storage version uses Javascript.
Cloning and Virtual Environment
Make sure you have Python 3.6 installed.
git clone https://github.com/Ahmad-Magdy-Osman/ShoppingListApp.git
cd ShoppingListApp
python3.6 -m venv venv
source venv/bin/active
- You might want to update pip using
python-3.6 -m pip --upgrade pip
- Install requirements with
python3.6 -m pip install -r requirements.txt
Running the Web App
- Run the Web App using
python3.6 server.py
- Visit http://127.0.0.1:5001/
Running the Local Storage App
You can visit Shopping List App to see a live local storage version.
-
git checkout gh-pages
-
git pull
-
Run index.html
๐
Tools Programming Languages, Frameworks, Libraries, APIs, Databases, and Data Formats.
- Python 3
- Flask
- HTML & CSS
- Bootstrap Framework
- Javascript
๐ช
Current Web App Hierarchy - One Page Shopping App
- More to come...
๐
Future Plans Some of the features and functions that would be appropriate for Shopping List App. Please feel free to pick any of them and start working on improving it as a contributor.
- General
- Mobile Responsiveness
- Project Structure and Cleaning
- Features
- Deleted Items List
- Restore Item to Cart
- Style/Design
- Fonts
- Favico
- GitHub Corner
- Divs & Footer
- Marketing
- SEO
- Read Me
- Add Collaborates and Contributors
๐ฅ
Contributing ๐ Fork this repo!- Clone and
cd
into it - Setup your virtual environment.
- Create your feature 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
- Submit a pull request
๐
๐บ Collaborators & Contributors ๐
๐
Inspiration You will fail.
You will mess up.
You'll do poorly on assignments and tests.
Your side projects will not work.
Your code will be sloppy and incomplete.
You will bomb job interviews.
Your PR's will be rejected.
And because you fail, you will succeed.
Don't be afraid to fail, don't let it destroy your self-confidence, don't let it define you. Instead, do everything you can to learn from that failure and take that new knowledge into the next piece of work.
Indeed, failure is the only path to success.
โ Stranger on the Internet.
๐
License Shopping List App is an open source project under MIT license.