Skip to content

Simple mobile-friendly file-based shopping lists WebApp

License

Notifications You must be signed in to change notification settings

beatriz-gutierrez/shopping-lists

 
 

Repository files navigation

Shopping Lists

A small web application to manage shopping lists.

Very simple, file-based, designed to be mobile-first, although easy to use also from a computer.

Screenshots

General Instructions

  • Tweak config.py according to your preferences
  • To create a new list you must manually create an empty txt file inside your configured data folder. The name without extension will become the name of the list
  • To edit a list, just click it from the lists view and you will enter the items view
  • Once viewing items, click/tap them one or more times to cycle their state to:
    • Grey: No need to buy right now ("unchecked")
    • Yellow: Need to buy ("checked")
    • Red: Important to buy ("highlighted")
    • Black: Remove from list. Will disappear upon changing list or reloading, except if you tap and change its state again
  • You can also create new items from the item view at the bottom, just fill the textbox with the item name and press the + button

Status cycles: Unchecked -> Checked -> Highlighted -> Deleted -> (cycle restarts, Unchecked again)

Development

Just run make run and it will tell you the url to access the development version once the container is ready.

CSS

CSS stylesheet used is Bootstrap with tiny tweaks, and most importantly, with all unused CSS removed via PurgeCSS. Kept the original full css file (in static/style.original.css) but unused from the templates.

Deployment

Beware of default config values, make sure to change them. That said, up to you how to deploy it.

About

Simple mobile-friendly file-based shopping lists WebApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.4%
  • HTML 44.4%
  • Makefile 5.7%
  • Dockerfile 4.5%