Welcome to the Z-Movie website, a Node.js project designed to help users discover popular and trending movies, browse movies by genre, and search for specific titles. This project is inspired by the concepts and learning materials from Rockstar-Developer-2025.pdf.
- Cast Information: View the cast of each movie.
- Movie Descriptions: Read detailed descriptions of movies.
- Popular and Trending Movies: Discover the latest popular and trending movies.
- Genre Filtering: Browse movies by genre.
- Search Functionality: Search for specific movies by title.
To get started with the Z-Movie website, follow the steps below:
- Node.js (v14 or higher)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/your-username/z-movie.git cd z-movie
-
Install dependencies:
npm install
-
Run the project:
npx next
-
Open your browser: Navigate to
http://localhost:3000
to view the website.
Enjoy exploring movies with Z-Movie!