Live Demo: Moviepedia on Netlify
Moviepedia is a web application that displays movies and TV series based on user-selected genres. Using RESTful APIs, the app provides comprehensive details and recommendations for movies and TV shows. Built with Next.js and styled with Tailwind CSS, Moviepedia offers a responsive and visually appealing interface for users.
Check out the live demo: Moviepedia on Netlify.
To set up the project locally:
Clone the repository:
git clone https://github.com/your-username/Moviepedia.git
Navigate to the project directory:
cd Moviepedia
Install the dependencies:
npm install
Set up the environment variables:
# .env file
TMDB_API_KEY=your_tmdb_api_key
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to explore the app.