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.
- Add a new item to the list
- Edit it's name
- Mark it as done or undone (check/uncheck)
- Remove it from the list
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.
- Repository: https://github.com/umluizlima/grocery-app
- Issue tracker: https://github.com/umluizlima/grocery-app/issues
- Inspiration and references:
This project is licensed under MIT license.