I am a beginner-intermediate in web design and development, and I am trying to build a web app of sorts.
This app is basically sort of a "Video On Demand" app where the user can stream locally stored movies on the app.
I am well versed in HTML and CSS have basic to intermediate knowledge on Javascript.
I have worked with JQuery before a little bit, but never worked with AngularJS before. My question is, for my app, which should I use?
I read that AngularJS is the preferred library for apps which use CRUD functions. If that is so, I should probably use Angular JS, right?
Also is it possible to use BOTH on the same app? Not that I want to do it, I just want to know if its possible.
Thanks.