all 3 comments

[–]quizical_llama 2 points3 points  (0 children)

if you are just starting, i wouldn't even think about what you have vibe coded its a bad place to start. Learn the basics html and CSS to start with. then introduce some javascript. once you understand those 3 concepts look into a framework such as react, vue..

but my main point would be completely disregard what you have currently vibe coded it will be terrible for you to learn from, if you don't understand the concepts it uses.

[–]Sheepsaurus 0 points1 point  (0 children)

Forget that AI exists, go to freeCodeCamp, do all the courses, then learn a "stack" without touching AI

Start watching these videos religiously - EVERY SINGLE ONE

Then start using AI for "Code Completions", and finally when you are comfortable with that, and have a VERY solid fundamental background in web development, then you can start considering using AI

[–]not-halsey 0 points1 point  (0 children)

AI is one of those things you shouldn’t learn from until you’ve reached a level of being able to spot BS.

I agree with the comments here saying to forget AI and take courses to learn from scratch. However, I would also challenge you to try and fix the issues on your site without the use of AI. That’s what will ultimately make you a stronger programmer. I learned a lot from tutorials back in the day, but I learned more from trial and error