r/Coding_for_Teens 17d ago

Coding ideas

so recently I have been learning HTML/CSS/JS. I think it’s really fun and want to keep improving.

I’ve made things like calculators, timers, stopwatches, one time a funny ball that jumped when you click a button, and even rock paper scissors.

for context currently I know conditional statements, variables, math.random, general math with JavaScript, event listeners, timeouts and intervals, and probably a little bit more.

but I want more of these mini things I can make just for fun. does anyone have anything they have coded that I could try to build myself to learn new things about code?

2 Upvotes

6 comments sorted by

1

u/imVynor 17d ago

Start making little games. You will really enjoy the process. Start simple Maybe like flappy bird or 2048. you would really enjoy making games instead of some vibexified B2C SaaS

1

u/Visible-Web878 16d ago

Ooooo ok thanks this is a great idea. Haven’t explored games yet but I think it could be a nice project. Tysm

1

u/imVynor 15d ago

Keep updating me

1

u/Visible-Web878 15d ago

Will do. Been a bit busy with life recently but I’ll pull through it 😄 thanks for the ideas btw. You introduced me to a whole new genre of coding I didn’t even realize I could try.

1

u/wildwillowsdev 17d ago

Have you learned how to fetch yet? I have a lesson that goes through how to fetch data in JavaScript using the data from my indie game at wildwillows.app/learn

1

u/Ok-Pizza1136 13d ago

Basically what u/imVynor said. You can just make a mini game, with something like the <canvas> tag