hosted at

https://movies-info-hub-react.netlify.app/

Movie Search App (React + Vite)

This repository contains a simple yet powerful movie search web app built with React and Vite. The app allows users to find movies by title or keyword, displaying relevant results from the TMDB API.

Getting Started

To set up and run the application locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/vikaswakde/Movie-Info-Hub-React-Project
    cd moviesInfoHub
  2. Install dependencies:
npm install
# Or if you prefer yarn:
yarn
  1. Run the development server:
  npm run dev

Contributions

Contributions are welcome! If you would like to contribute to this project, please submit pull requests with detailed explanations of changes made.

To learn React, check out the React documentation.