This is a movie searching website developed using React. Users can search for movies by title, and the website will display a list of matching results . It also give a opportunity for user to explore more about all individual movies
A live demo of the website can be found here.
To use the website, simply enter a movie title into the search bar and hit enter. The website will display a list of matching results, including the title, release year, poster image and rating.
You can click on a movie in the list to view more details about it, including movie trailer and it’s overview .
To get started with the website, you can clone the repository and install the dependencies:
git clone https://github.com/yourusername/movie-searching-website.git
cd movie-searching-website
npm install
Once the dependencies are installed, you can start the development server:
npm sart
This will start the website at http://localhost:3000.
This website was developed by Abhinav.
The movie data is provided by the TMDB.