The project offers a platform to search for movies by common parameters like year range, genre, specific keywords and the actors in the movie. The idea is to present trailers to the user rather than that he has to read all the information himself. The intuitive user interface allows to switch easily between possibles movies and bookmark movies which are interesting in the "hotlist". The data is provided by the popular website themoviedb.
Here you can check out the MovieAdvisor.
-
Clone the repository
-
Install the dependencies
cd path/to/MovieAdvisor; npm install
-
Start the app
npm start
-
Visit
http://localhost:3030/
The Project makes use of the following libaries and technologies:
- React with ES6
- Redux
- Webpack
- CSS Modules
0.1.0
- Initial release
Copyright (c) 2015
Licensed under the MIT license.