Skip to content

AtharvaDeokar21/Movie-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Browser

Welcome to Movie Browser! This is a web application that allows users to browse trending movies, search for movies, and view details about each movie.

Features

  • Trending Movies: View a list of trending movies for the week.
  • Search: Search for movies using keywords.
  • Movie Details: View detailed information about each movie, including its synopsis, genres, release date, and duration.

Technologies Used

  • React.js
  • React Router
  • HTML
  • CSS
  • JavaScript
  • Themoviedb API

Getting Started

To preview my project click Here . If the site is not loading completely, follow these steps:

  1. Go to setting on your devide.

  2. Navigate to Network & Internet

  3. Change DNS server of your local internet(wifi) by changing DNS server assignment to 'Manual'.

  4. Now Enter IPv4 DNS server as : 1.1.1.1

  5. The above steps must be followed as tmdb api may not be available in your current server location.

    OR

Just open the link in incognito tab.

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:

git clone https://github.com/AtharvaDeokar21/Movie-Browser

  1. Navigate to the project directory:

cd movie-browser

  1. Install dependencies:

npm install

  1. Create an account on Themoviedb and obtain an API key.

  2. Create a .env file in the root directory of the project and add your API key:

REACT_APP_API_KEY=your-api-key

  1. Start the development server:

npm start

  1. Open your browser and navigate to http://localhost:3000 to view the application.

Screenshots

Home Page Search Results Movie Details Overview

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published