Responsive movie collection app built with Angular 9 and the OMDBAPI.
-
💪 Allows the app to display movie lists, search for movies.
-
⚡ This project was generated with Angular CLI V9.0.6 , built with
- Angular
- TypeScript
- Rxjs
- Sass -
Deployed app to gitHub Pages https://codinglatte.com/posts/angular/deploying-angular-apps-github-pages/
-
☀️ API used OMDb API
Link to Demo App: https://sooryasoorya.github.io/ng-movie-app/
Once Node is installed, navigate to the directory where you want to store the app run commands:
git clone https://github.com/SooryaSoorya/ng-movie-app.git
npm install
Once all of the dependencies have been installed successfully from the project directory you can launch the app with
Run
npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run
ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run
npm build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run
ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Feel free to ask me questions on Twitter @soorya , LinkedIn @haisoorya
Happy coding:-)