With this app you can search movies and their details. Using The Movie DB API: https://developers.themoviedb.org/3
- Open file:
src/app/environments/environment.ts
. - Set your API key, for example:
apiKey: "api_key=11111111111111111111111111111111"
- Install:
npm install
- Run:
ng serve
- Open default address in your browser:
http://localhost:4200/
Tested with Node.js v14.15.0 on Windows 10 Home. Made with Angular v11.2.4.
This app uses localStorage for registration, login and current user session.
Known bugs:
- Discover page uses descending dates but they are off somehow.
- Some movies don't have poster image.
First version made in March 19th, 2021.
The user can log in here or move on to create an account.
The user can create an account here.
This page is work in progress, at the moment it only shows who logged in.
Discover lists the films by descending date, but somehow the API dates are off at some places.
Also not every movie has a poster image.
When you click on a movie in the Discover, you can watch the details of it.
This is a simple description, just to show how it would look to have such a page.