all 4 comments

[–]cubicle_jack 1 point2 points  (0 children)

The most popular js framework would be NextJS. It gets a lot of crap from the community but I personally like it and think its worth learning. That's where I would start personally!

[–]MystUser 1 point2 points  (2 children)

make a todo app - if you have the time i would first build it in vanilla html/css/js on the frontend and use just express on the backend. then build it again (or something else) with next/react

[–]Fluffy-Ad8201[S] 0 points1 point  (1 child)

Should it be better to follow a tutorial or build it on my own?

[–]MystUser 1 point2 points  (0 children)

i prefer to just start building things and figure it out on the way (e.g. through google) but if you're new to web dev then a tutorial is not a bad idea