ismailarilik / movie-app

A simple Movie App built using Next.js.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App

This is a movie app built with Next.js. The app displays a list of popular movies on the home page and allows users to search for movies by title. The app allows users to view information about each movie by clicking on a movie to go to its details page.

Getting Started

  1. Clone the repository and change the directory:
git clone https://github.com/biskendr/movie-app
cd movie-app
  1. Copy the example environment file. You'll need to add your TMDB API key to this file:
cp .env.sample .env
  1. Then, install the project dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Technologies Used

  • Next.js
  • TypeScript
  • SWR
  • Material UI
  • TMDB API
  • axios
  • swiper

About

A simple Movie App built using Next.js.

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


Languages

Language:TypeScript 82.5%Language:CSS 17.0%Language:JavaScript 0.5%