This is an IMDB like web app built with Next.JS and TailwindCSS and deployed with Vercel. The data in use is provided thanks to APIs from TMDB and imdb-api.com. The pages are server side rendered.
- Top 10 movies in the Box Office.
- Most popular movies, TV series and actors.
- Individual page for each movie and tv show as well as professionals such as actors, writers, directors, producers and others.
- On each movie/tv page the trailer, plot and cast are displayed if available.
- Images, bio and credits are displayed if available for professionals.
- Search function which returns results according to TMDB's API.
A working installation of Next.JS is required. Just clone the repository and run npm install && npm run dev:
git clone https://github.com/Gechrist/NextJS-Imdb.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.