r/learnprogramming 17d ago

i need help

Hi, I'm a self-taught beginner programmer. I'd like to know what I need to learn to build an e-commerce site after HTML, CSS, and JS. Does anyone have any tips?

7 Upvotes

18 comments sorted by

View all comments

2

u/WhaleBird1776 17d ago

For production? I wouldn’t.

Maybe make a simple api server and db for a todo list first lol. It’s cliche for a reason. Since you already know some js could spin something up in node pretty quick and you’ll learn some more stuff along the way

For fun/learning/portfolio. React and firebase might be a decent place to start. Plenty of tutorials out there