duske953 / Movie

A web app to get information about the latest movies and tv shows"

Home Page:https://movie-preview.cyclic.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigate the Endless Stream of Movies

This repository contains the source code for a movie website, built as a server-rendered application using Node.js and Express.js.

Features

  • Search: Users can search for movies and TV shows by title, genre, or keywords.
  • Discover:
    • Latest Releases: View a list of recently released movies and TV shows.
    • Trending: Explore movies and TV shows that are currently popular based on various factors.
  • Trailers: Watch high-quality trailers for movies and TV shows directly on the website.
  • Detailed Information: Each movie and TV show entry displays:
    • Title and synopsis
    • Cast information
    • Release date and runtime

Technologies Used

Getting Started

  1. Clone the repository:

    git clone https://github.com/duske953/Movie.git
  2. Install dependencies:

    npm install
  3. Run the application:

    node app.js

    (This will typically start the development server, allowing you to view the website in your browser.)

About

A web app to get information about the latest movies and tv shows"

https://movie-preview.cyclic.app/


Languages

Language:JavaScript 94.4%Language:SCSS 2.8%Language:EJS 2.7%