Skip to content

🐺 Movie App created with Next.js and Movie Database API.

License

Notifications You must be signed in to change notification settings

selcuktatar/movie-app

Repository files navigation

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

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