Most of the jobs around me are in web dev, so I'd prefer to work on a project using a web stack.
The first app I built scraped a food delivery site that looked for big deals and sent me a text so I could confirm a purchase and have dinner at home.
I learned about web scraping, database storage, integrating twilio, error handling, cron and getting this all into an ec2 instance.
My second app I turned into a full time business after many rewrites.
Build an app that scans for the lowest gas price in town and send you the trailing 12 week average on price via text daily.
I’m learning guitar so I want to build an planner that makes sense to me
If you spend a little time you can come up with an app that will add value to you and because you know the problem and are motivated by it you’re more likely to ship compared to a to-do app or one of the generic recommendations you tend to receive
Pick a web stack you want to learn, make your website and host it somewhere. A harder, but nice extension would be a blog admin page where you can add content to your site, from your site, so you don’t have to deploy your code every time you want to update your blog.
Don’t want to host yourself? Make a website on repl.it in the language of your choice, they will host it for free, and you can instantly see changes in “production” at a custom domain.
Once you feel confident, start making your personal website or online resume. You can keep all the source code on some public website like github. It will also be handy while sending your code samples to potential employers.
Some examples: a website for getting the most recent cryptocurrency prices, an app for collaboration (drawing, design, music, etc.), an instagram clone, a simple multiplayer game (e.g., hangman).
Make them with scalability and availability in mind. When deployed they should be fault tolerant and scale to thousands of concurrent users. Show how you would load test it.
Reddit clone
Food bank organisation, shops submit out of date food. People want food. You organise this, facebook like interface.
MUD clone
Code these three. Put on github.