angular-moviedb
is an application build with NX + Angular 17 and integrated API with The Movie Database API
Demo => Angular MovieDB
This app build with modern tech stacks, such as:
This app build with modern tech stacks, such as:
- Discover Movies
- Now Playing Movies
- Upcoming Movies
- Movie Details
- Similar Movies
- Favorites (Local Storage)
- Light/Dark Theme
- Responsive UI
- Dockerfile (For deployment purpose)
- Infinite Scroll
- Search Movies
- SEO
This app require NodeJS 18 & Yarn
yarn install
yarn start
Run yarn build
to build the application. The build artifacts are stored in the output directory (e.g. dist/
or build/
), ready to be deployed.
Run npx nx graph
to show the graph of the workspace.
It will show tasks that you can run with Nx.