A full-stack app enabling users to browse foods with anti-inflammatory properties and add them to their own shopping lists.
Utilizes Django on the back-end and JavaScript on the front-end.
Completed as the capstone project for HarvardX CS50's Web Programming with Python and JavaScript course.
Leverages Bootstrap, an open-source front-end toolkit, to style the Django templates and HTML elements for a mobile-responsive design.
Data in the list persists via the database, while localStorage is used to have the crossed out state persist on the front-end even across browser sessions.
Hosted and deployed on the cloud via PythonAnywhere.