Skip to content

React based Project to get to know about recent movies rating, description and review. I worked with a team of designers and developers to implement the new design and functionality using React, Redux, and Sass

Notifications You must be signed in to change notification settings

Pavithrank02/omdb_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

  • Open Github link
  • copy code
  • open code in VsCode
  • Install Packages
    • 'npm install' to install dependencies
    • 'npm run start' to start project
    • 'npm run build' to build production

IMDB_Website

  • npx create-react-app done
  • initial project setup performed
  • Tailwind css configured
  • react router dom configured
  • header component created
  • redux and redux toolkit configured
  • redux store is created
  • constants file created for storing API
  • movieSlice is created
  • langauge slice is created
  • movie card component created
  • useMovieAPI custom hook is created
  • useMovieInfo custom hook is created
  • movie info is displayed
  • movie list is prepared and displayed
  • langauge suggestion is provided in search
  • modal created
  • add to favorites is created
  • search suggestion API called
  • movie suggestion added
  • secondary container created
  • react-rating configured
  • rating package is added
  • rating UI completed
  • comment box created
  • favorites UI completed
  • add favorites data in redux
  • favorites logic is completed
  • movie details page added
  • useMovieID is used for movie details
  • remove favorites is completed
  • favorites list page completed
  • pagination completed
  • responsiveness added into the project

Features

  • Header

    • Search bar for searching movies
    • WatchList
    • Select Language
  • Home Page

    • List of movies
    • Movie Details page
  • Favorites page

    • Comments & Rating

About

React based Project to get to know about recent movies rating, description and review. I worked with a team of designers and developers to implement the new design and functionality using React, Redux, and Sass

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published