Skip to content

umluizlima/grocery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grocery App

Keep your grocery list with this simple webapp.

Grocery App is a practice project built with Flask. Index is the only page served by the backend, while all other interactions with the app are made via asynchrounous javascript requests to its API endpoints, with data passed through JSON, and HTML editing through javascript.

You can check a live version at Heroku.

Features

  • Add a new item to the list
  • Edit it's name
  • Mark it as done or undone (check/uncheck)
  • Remove it from the list

Contributing

All help is welcome! Is there any feature you'd like to see on this app? What do you think of its design? Are there any flaws you spotted?

Feel free to open a new issue, fork this repository and submit pull requests.

Links

Licensing

This project is licensed under MIT license.