My Django Delights Project — Let me know what you think!

Hello everyone, this was my final project for Codecademy’s Django Skill Path and Harvard’s CS50 Web Programming with Python and JavaScript course.

Django Delights is a simple restaurant manager. The application uses a REST API in order to be a single-page web app.

I focused on improving my front-end creative skills while creating this final project, as I believed that my CSS/SCSS needed to be improved after going over my previous projects for this course.

GitHub Link: GitHub - mrdanielvelez/DjangoDelights-CS50Web-FinalProject: An elegant restaurant inventory manager. Capstone Project for Harvard's CS50 Web Programming with Python and JavaScript course and Codecademy's Django Skill Path.

1 Like

Interesting approach–reminds about Django Rest Framework, which I’ve heard of but don’t really know much about. I think it’s largely designed for doing things like this though!