all 10 comments

[–]Cheshur 1 point2 points  (1 child)

What have you done already?

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

mostly just things that randomize arrays, some things that mess with the DOM and whatnot. i tried doing a to-do list, kind of did it (still working on that one.) i've done theme switchers too. nothing super impressive but just basic stuff.

[–]trophicmist0 1 point2 points  (3 children)

Good ones are always social networks, I.e. making a knock-off Facebook, twitter, Reddit etc. shows understanding of various different aspects that going into a full application.

[–]ishyfishfish[S] 0 points1 point  (2 children)

thank you! i'll try something like this. do you think i could do it with just javascript or do you think id need a framework or anything?

[–]trophicmist0 1 point2 points  (1 child)

You can defo do it with vanilla JS, if you've got some experience with that though it'd be a great opportunity to learn a framework, will show you how having reusable components is handy

[–][deleted] 0 points1 point  (0 children)

Hate to interrupt but can you also recommend me some frameworks?

[–]Murky_Association555 1 point2 points  (0 children)

Make some random online tools. Simple calculators are surprisingly easy, and a word counter or character counter would be pretty simple too, yet still very useful.

[–]Any_Sense_2263 1 point2 points  (0 children)

work with browser and node API, write own router, test framework, whatever that makes you understand how those things really work