Skip to content

A Simple movie listing application that allows users to search for movies and add them to favorites.

Notifications You must be signed in to change notification settings

Mahir-Neema/movie_listing_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Listing Application: Click here

This is a React-based movie listing application that allows users to search for movies and add them to their favorites. The application uses the OMDB API to fetch movie data based on the user's search term.

Features

  • Search for movies using a search term
  • Display a list of movies matching the search term
  • Add movies to favorites
  • Remove movies from favorites
  • Toggle between light and dark themes

Technologies Used

  • React
  • React Icons
  • React Loader Spinner
  • OMDB API

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/movie-listing-app.git
    
  2. Navigate to the project directory:

    cd movie-listing-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    
  5. Open your web browser and visit http://localhost:5173 to access the application.

Usage

  1. Enter a search term in the search input field to search for movies.
  2. The list of movies matching the search term will be displayed.
  3. Click on the ⭐ button next to a movie to add it to your favorites.
  4. To remove a movie from your favorites, go to the Favorites section and click on the ⛔ button.
  5. To switch between light and dark themes, click on the theme change button (🌙 or ☀️).

Movie listing by search: image

Favorites List: image

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

About

A Simple movie listing application that allows users to search for movies and add them to favorites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published