Movie App is a page that lists famous and trending movies. You can access them inside:
- Movie Name
- Release Date
- Average Vote
- Cast
- Trailers
- Posters
- Producers
Note: That was my Junior Frontend Developer task 🌀
Update: They approved the task, I have a meeting this week 🌊
Update: I met the team lead and HR. They said they would come back to me
Update: They found a better profile. I didn't get the job 👽
You can access demo page here
-
Clone this repo
[email protected]:tansionline/movie-app.git
-
Add your MovieDB API Key
config/config.json
inside.
-
For build Docker image
docker build . -t movie-app
-
For start your Docker container
docker run -p 3000:3000 movie-app
-
You can access in
http://localhost:3000
-
Install package with
yarn install
ornpm install
-
And start development server with
yarn dev
ornpm run dev
-
You can access in
http://localhost:3000