this is a movie recommender system developed using javascript
- To run this code clone the repo and open an integrated terminal for the project and type " npm start"
- the port its running on is 3000 "http://localhost:3000/" type this in your brouser to open the page
- the main file is Mrecom.html which upon selecting the movie it will redirect you to the recommendation page
- there is a second page which will display the movies and recommendation at the bottom its called "recom.html"