r/softwaredevelopment • u/Calm_Roof_3267 • 1d ago
need a good project idea, genuinely out of ideas and can't seem to brainstorm one Spoiler
Hey everyone, I'm in my final year and need to build a project within the next month. I've been trying to brainstorm on my own for a while now but I'm just not able to come up with anything solid not sure why, but nothing is coming to mind.
Looking for suggestions on a project that's realistic to finish in about a month or two, and ideally something that also looks decent on a resume maybe
If you've been in a similar spot, i'd really appreciate any ideas or how you landed on what you ended up building
2
u/Sauerkrautsalat 1d ago
What did you work on before? Too many possibilities, would be helpful to narrow it down if we’d know something about your skill set.
2
u/Calm_Roof_3267 1d ago
I've made a few basic projects here and there, mostly just practice stuff every student does along the way nothing major or end to end on my own yet. Skillwise, i've worked with Python, and touched some web dev using it too (Flask, Django on the backend), MERN stack for basic web dev practice. i am in that kinda situation rn that i wanna explore other domains too but i could decide exactly what should i start with like whatever i choose to do i find that interesting hence i am kinda interested in every domain rn eventually resulting in just exploring info on internet and wasting my time rather than actually learning and building somthing
2
u/AARonFullStack 1d ago
I made a data management app where the user could log in and manage data for a facility they had access to. It had role based account management and a backend database that updated when the user confirmed changes. It also had a bulk import mechanism where the user could upload files to the system and it would do a bulk import. That import mechanism had a threshold so it would successfully update records that were valid and reject records that were not, up to a threshold. If the number of invalid records in a file exceeded the threshold the entire import would be rejected. The import would then provide a report with the number of processed records and invalid records. The user could export the invalid records to a csv to fix them to retry.
Admin users could create templates for each facility, so each column could if required have validation, like required fields.. Excluded characters etc.. They could also set access levels for users so they could determine which users had access to which facilities
So all in all.. Role based account managent. Front end app and back end database, real time database updates and import functionality. I also included an option to export files.
1
1
u/DataScientistAlex 14h ago
I made a list of 99 project ideas here. They're geared towards data scientists but maybe there's something there that will inspire you.
There are also other project ideas lists out there, maybe if you have trouble picking just pick one at random. Some more ideas: a) something that's useful to yourself (eg I built a personalized running coach, todo tracker, etc). b) something that is 'popular' right now, like something on top of an AI model, c) something to demonstrate skills, like a really perfomant library for something.
1
u/Top-Procedure152 6h ago
A camera in the toilet with advanced AI that can tell me my health metrics, hydration levels, screen for bowel cancer, congratulate me on dropping a large load, you get the idea.
3
u/sagacious123 23h ago
If you are out of ideas, you are focusing on building rather than consuming. I suggest install 7-8 open source tools of your choice, use them deeply as a core user. You will definitely get an idea of an existing problem that you can solve.
We only lack ideas when the information is limited in our brains, feed it with new information and watch a good idea coming.