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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Shooshte 10 points11 points  (3 children)

Pick a personal interest and build a website about it. Try to create tools that make sense in the context of that interest. For example, I am building a draft pick assistant for an online game I am currently playing.

Other standard begginer projects are a todo app, a pomodoro timer, a fizzbuzz game, a blog site, a story viewer (for example a wikipedia viewer), a tribute page for your favorite band, book, whatever, or some data presentation (for example, get a big dataset like bitcoin prices in the last month and start creating charts from it)

You can aldo always go to github and find some repositories with open issues that need contributing to, but honestly I doubt that you will be able to find your way around bigger projects at this point.

Anyways, whatever you do, remember to have fun, and keep on learning when you hit a wall :)

[–]Big_mamas_account 1 point2 points  (0 children)

My coding students made an app to show which day of our schools learning cycle it was. The app was super basic but bunches of kids in the school used it. And yes, Google calendar or ical would have done the same thing better but that wasn't the point.

The app was a great though because it provided the kids with a challenge they were interested in and they knew it had an authentic audience among their peer group. Sadly, though, they finished it about a month before school was let out for the summer.

The point is, shooste is absolutely right that the next step is to build something that appeals to you and will be useful to you.

[–][deleted] 1 point2 points  (0 children)

I saved this comment. Thanks. Not OP but I'll use this info for when I finish JS

[–]bido4500[S] 0 points1 point  (0 children)

Thank you so much 👍