Some fun beginner projects we could do as a server
I'm interested in some ideas for beginner-ish project ideas people in here could team up with. Anyone have ideas? I'm open to anything
10 Replies
What languages and/or functionality are you looking to do?
Anything really
I guess moreso related to web dev since this is a web dev server though
How about a pomodoro timer?
1. Decide on the task to be done. 1. Set the Pomodoro timer (typically for 25 minutes).[1] 1. Work on the task. 1. End work when the timer rings and take a short break (typically 5–10 minutes).[5] 1. Go back to Step 2 and repeat until you complete four pomodori. 1. After four pomodori are done, take a long break (typically 20 to 30 minutes) instead of a short break. Once the long break is finished, return to step 2.–Wikipedia Basically a series of timers, one long timer for working and a shorter break timer. Repeat 4 times then a long break Random Chuck Norris jokes using the Chuck Norris API. Or, really, any random quote/joke API can work, but Chuck Norris! Or perhaps a marketplace-type listing? Image slider on top with text description below. Swipe to get to the next listing
Ohhh these are great ideas, thank you!
a time tracker that you can self host / use as a standalone app
or something silly and dumb, like that game where you pick which song has more streams - but with pokemon and more attributes
Something relatively simple that can turn into something arbitrary complex is an idle type game i.e.:
- https://adarkroom.doublespeakgames.com/
- https://pmotschmann.github.io/Evolve/
- https://orteil.dashnet.org/cookieclicker/
Just found this github repo: Public APIs. So if you want to get some random API data to practice with, there are a lot of 'em—including the above mentioned Chuck Norris API
Thanks everyone! I think I've seen that public API repo before a few months ago too haha that's funny, I'll open a discussions maybe and see if anyone's open to try something here :)
Now you’re cooking with gas!