Movie Search is a responsive AngularJS app that utilises The Movie Database (TMDb) API.
- Uses Gulp Angular Generator for scaffolding
- Uses reactive programming technique(using RxJS) for search suggestions
- Runs a Service Worker script to increase online performance and function without a network connection
- Made mobile responsive with Twitter Bootstrap
Key tools used in this Angular project are:
If you would like to download the code and try it for yourself:
- Clone the repo:
https://github.com/aerojeyenth/movie-search.git
cd movie-search
- Install packages:
npm install
andbower install
- Build project and launch:
gulp serve
- Open your browser at:
http://localhost:3000
- Unit tests and e2e tests
[MIT]