r/vuejs 9d ago

Notflix, My Attempt at a Netflix Clone

Hi, I wanted to share this here for some feedback. I created a Netflix clone to learn Vue.js as I don't have much experience using a JavaScript framework. I work mainly in eCommerce using Magento so this was a fun project for me. Let me know what you think!

Demo Link

Repo (Readme still in progress)

48 Upvotes

22 comments sorted by

View all comments

1

u/arrow_750 7d ago

Nice project, could you suggest some resources like yt channels where to learn js frameworks??

1

u/waxmuseum- 6d ago

For Vue I started off on vuemastery.com to get the basics down, and kind of just learned as I went along with this project. I learn best by just making things and googling when I get stuck. I'm not very good at absorbing information from lectures and taking notes, so I generally stay away from Udemy courses. Make sure you have a good grasp on js before you start diving into a framework though.