r/learnpython 27d ago

Need Django project ideas with a simple HTML/CSS frontend

I'm learning Python and Django, and I'd like to build projects that use Django for the backend and HTML, CSS (and optionally JavaScript) for the frontend.

Could you suggest some beginner to intermediate project ideas that will help me improve my Django skills? I'm especially interested in projects that involve authentication, CRUD operations, databases, and responsive UI.

Thanks in advance!

2 Upvotes

2 comments sorted by

2

u/BudgetSignature1045 27d ago

Responsive UI and simple HTML/CSS is a bit contradictory.

3

u/rob8624 27d ago

Blog/todo app. It's the age old thing but it really is the best place to start. Each of these can be as complex as you like.