Skip to content

vinh2155/MovieHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieHub

MovieHub is a web application built with React and Vite. Follow these steps to run the project locally.

Prerequisites

  • Node.js (version 16 or higher recommended)
  • npm (comes with Node.js)

Getting Started

  1. Download or Clone the Project

    • Click the green "Code" button on GitHub and select "Download ZIP" or use:
      git clone https://github.com/vinh2155/MovieHub.git
    • Open the project folder in your code editor.
  2. Install Dependencies

    • Open a terminal in the project folder and run:
      npm install
  3. Start the Development Server

    • Run:
      npm run dev
    • The app will be available at the address shown in the terminal (usually http://localhost:5173).
  4. Open in Browser

    • Open your web browser and go to the address shown in the terminal.

Troubleshooting

  • If you have issues, make sure Node.js and npm are installed correctly.
  • If you see errors, try deleting the node_modules folder and running npm install again.

For technical questions, please contact the project maintainer.

About

A React movie search and favorites app using TMDB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors