tansionline / movie-app

:wolf: Movie App created with Next.js and Movie Database API.

Home Page:https://movie-blue.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App

homepagease 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 :octocat:

Update: They found a better profile. I didn't get the job 👽

Demo

You can access demo page here

Installation & Setup

  • Clone this repo git@github.com:tansionline/movie-app.git

  • Add your MovieDB API Key config/config.json inside.

Docker for Production

  • 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

For Development

  • Install package with yarn install or npm install

  • And start development server with yarn dev or npm run dev

  • You can access in http://localhost:3000

More Images

detail

About

:wolf: Movie App created with Next.js and Movie Database API.

https://movie-blue.vercel.app/

License:MIT License


Languages

Language:JavaScript 95.5%Language:CSS 3.7%Language:Dockerfile 0.8%