Designed a Backend System
Built an app
Finished building my first web app using the Django framework. I
Built a To-Do-List app which includes functionalities such as signing up, making multiple lists, adding items, and easily keeping track of the activities completed and remaining.

Django definitely is a framework built for scalability and for developing production-ready apps. I was really impressed by the in-built modularity as well as in-built support for CRUD operations. This is a big improvement in terms of both performance and coding experience from Flask, which I used for developing my older projects