What should I look into to learn this?

I wanted to make a random generator similar to this page: https://prompts.neocities.org/
but I’m not sure what to learn or search up to help me. What should I do? I’m very new to coding by the way

Looks like this can use basic JavaScript with template literals and some API fetch to retrieve a list of possible phrases, so those would be good things to learn.

1 Like

Hey there,

nice to meet you! :wave:

When you hit CTRL + U on your keyboard, or Right Click => View Page Source, you can see the site’s code.

It seems to be build with HTML, CSS and JavaScript.

1 Like

OHHHH thank you so much!!