This project was generated with Angular CLI version 8.3.8. This project allows you to browse in a list of 24 movies, search for one in particular and it gives you suggestions based on the best rated movies or the movies similiar to the one you are currently viewing.
The app includes Redux to manage the state of the search and unit tests written in Karma to run unit tests for all the main components. The app also includes and uses Bootstrap.
Clone this repository, run npm install
to install all the dependencies and then run ng serve
for a dev server. Navigate to http://localhost:4200/
.
Run ng test
to execute the unit tests via Karma.