Skip to content

202309-EKTA-JO-FSW/movie-project-room-15

Repository files navigation

Entertainment web app

Table of contents

Overview

Summary

An entertainment web app built with Next.js and TailwindCSS that allows users to search for movies and tv shows.

Links

Features 🌟

Discover Movies 🎥 Explore a vast collection of movies at your fingertips. From timeless classics to the hottest releases, MovieLand helps you discover new favorites.

Popular Movies 🌟

Want to know what everyone's talking about? Check out the popular movies section to stay in the loop and catch up on trending films.

Trending Now 🚀

Curious about what's trending in the movie world? Our trending now section keeps you updated on the latest buzzworthy releases.

Genre Exploration 🎭

Love a specific genre? Dive into our genre section to find a curated selection of movies tailored to your taste. From action-packed adventures to heartwarming romances, we've got it all.

Actor Spotlight 🌟

Explore the fascinating world of actors. Discover biographies, filmographies, and more. Who's your favorite actor? Find out everything about them here.

Screenshot

Details

Project purpose and goal

The main purpose of this project is to take advantages of the capabilities of Next.js and have a functional web app up and running quickly. Secondly, I want to become familiar with the framework itself and its convenient features.

Web stack and explanation

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Create an API KEY for the TMDB API
  2. Create an .env.local file in the root directory of the project
  3. Add 2 environment variables to the .env.local file:
// .env.local

TMDB_ENDPOINT="https://api.themoviedb.org/3"
TMDB_API_KEY="YOUR_TMDB_API_KEY"

Installing

Clone the repository and run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Contributing

Please feel free to send pull request if you want to contribute!

About

movie-project-room-15 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published