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
13eck
13eck3w ago
What languages and/or functionality are you looking to do?
vince
vinceOP3w ago
Anything really I guess moreso related to web dev since this is a web dev server though
13eck
13eck3w ago
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
vince
vinceOP3w ago
Ohhh these are great ideas, thank you!
Rägnar O'ock
Rägnar O'ock3w ago
a time tracker that you can self host / use as a standalone app
ἔρως
ἔρως3w ago
or something silly and dumb, like that game where you pick which song has more streams - but with pokemon and more attributes
vinter.
vinter.3w ago
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/
13eck
13eck3w ago
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
vince
vinceOP3w ago
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 :)
13eck
13eck3w ago
Now you’re cooking with gas!

Did you find this page helpful?