If you just want to try frontend, not trying to get a job there are these frameworks you should try:
- Solidjs (love it so far) for a web application so SPA with separate backends
- htmx to have a decently interactive website, it can be integrated with any webserver
- astro for generating static sites
And i think everyone should use either Typescript or JSDoc for any bigger application.