An open API service indexing awesome lists of open source software.

https://github.com/jamesdevbie/react-movie-database

Movie Search App is a full-featured movie search application using React, Redux, ContextAPI, Routers
https://github.com/jamesdevbie/react-movie-database

css3 es6 html5 javascript redux-toolkit router-dom-v6 tailwindcss

Last synced: 3 months ago
JSON representation

Movie Search App is a full-featured movie search application using React, Redux, ContextAPI, Routers

Awesome Lists containing this project

README

          

The Movie Search App

WHAT?

Movie Search App is a full-featured movie search application using React that integrates with the OMDB API. The application allows users to search for movies, view detailed information about the movie and navigate using react-routers.

HOW?

1. This web application works with config driven UI, fetches data from backend and sets it in redux Store and paints it in the UI.
2. Allows user view list of movies in cards view in the home page, allows the user to click on it and open a new page with additional details like cast, director, plot and so on...
3. Users are allowed to search for any movie and results are displayed in card view.
4. Clicking on each movie will open "moviedetails" page with additional information mentioned in point two.

WHY?


Provide users with seamless Movie Search Experience