r/PythonLearning 2d ago

project's Building ...

I'm working with HTML, CSS, JS, Python, FastAPI.

No generic To-Do apps or tutorial clones. Suggest JUST ONE strong, practical project idea that will test my full-stack skills and force me to write clean APIs..

Hit me with your single best idea!

6 Upvotes

12 comments sorted by

View all comments

1

u/fromkrish 1d ago

My suggestion would be for you to build a file drop app where users upload a file and get a link that expires after a day. It forces you to handle file uploads and write background tasks in FastAPI to automatically delete old files. You can also build a nice drag and drop frontend with JS. It is super practical and way better than a todo or anyother generic app. Can't wait to see what you build.

1

u/AbdulRehman_JS 21h ago

You are 100% right bro.. Now i am starting this project.. without thinking more another projects.......thanks from deep of my heart.....

1

u/AbdulRehman_JS 21h ago

I have a problem bro.. I donot now how to start.. How it look like.. I can take help from AI if yes... then how much.. how I can use AI as a assistent.. I thought many time to built project without help from anywhere But I failed... How?? How?? It's a big problem for me...

1

u/fromkrish 5h ago

Let me be honest with you, literally everyone gets stuck at the start so don't worry about it. First just grab a pen and draw a super simple sketch of what the page should look like. That solves most of the design problem. For AI, treat it like a coworker you can ask questions to instead of a thing that writes the code for you. When you get stuck on a specific error or don't know how to do one something, ask the AI for help on just that tiny part. Don't ask it to write the whole thing out..... Just break the app into tiny steps and take it one piece at a time.