A movie webpage in React JS:
- 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
- watched movies section for the user when he/she clicks on the poster of the movie, movie gets added to the watched section
- 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/