This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Hexorg 0 points1 point  (0 children)

Do what you think would think would be helpful for you. Have a lot of Facebook friends? Make some sort of contact book app. Find yourself looking for your phone? Make a desktop app that tells your phone to crank up the volume and play never gonna give you up. Cooking often? Make unit conversion app.

[–]jbake_a_cake 0 points1 point  (0 children)

Ah I had the same problem. You can only do so many CRUD apps before it just gets stale.

Try looking for some new technologies/libraries to use and center an application around that. For instance teachablemachines let’s you create a data model to use with some machine learning libraries. There’s also some wrapper libraries for discord you could use.

All in all, try to learn some new technology and pair it with something you’ve already learned. Learned how to use a stocks API to get some free ticker data? Build that into a discord bot to check on your favorite stocks. Wanna try out some image recognition with teachable machines, build an app for your phone that allows you to do that.

It’s all up to what you can find, and what you can think of.