Repeat YouTube videos. Demo: https://tuanpham-dev.github.io/youtube-loop-vuex/
- ✅ Add video to the list
- ✅ Remove video
- ✅ Play first video
- ✅ Play previous video
- ✅ Play next video
- ✅ Play next video when current video is ended
- ✅ Play first video when last video is ended
- ✅ Save the list to local storage for future sessions
- ✅ Sort videos in the list
- ✅ Configure volume for each video
- ✅ Configure start and end range for each video
- ❌ Prevent videos from rerendering when sort video
- ❌ Drag & drop to sort video
npm install
npm run serve
npm run build
npm run lint