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
- Host: GitHub
- URL: https://github.com/jamesdevbie/react-movie-database
- Owner: jamesdevbie
- Created: 2024-10-15T20:39:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T06:34:54.000Z (over 1 year ago)
- Last Synced: 2025-01-07T06:33:31.085Z (over 1 year ago)
- Topics: css3, es6, html5, javascript, redux-toolkit, router-dom-v6, tailwindcss
- Language: JavaScript
- Homepage: https://react-movie-database-gules.vercel.app
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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