Skip to content

ruhichandra14/movie-webpage-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

movie-webpage-react-final

A movie webpage in React JS:

  1. search bar where the user can search for a movie - the movie data is obtained from a JSON by doing an api call through axios
  2. watched movies section for the user when he/she clicks on the poster of the movie, movie gets added to the watched section
  3. upvote/downvote options for each movie.

Downloading instructions: 1)Once downloaded, go inside movie-web-react folder, open cmd and do "npm install" 2)After the first step ic complete,do "npm start" to run the server 3)Open the web browser and run this http://localhost:8080/