React Movie App – ReactJS Projects
APIs Used
Generate API key from : http://www.omdbapi.com/apikey.aspx
API Info
- Method:
GET
- Search URL:
https://www.omdbapi.com/?s={MOVIE_NAME}&apikey={API_KEY}
- Movie Details URL:
https://www.omdbapi.com/?i={MOVIE_ID}&apikey={API_KEY}
Libraries used
styled-components
axios
react-scripts
Whom do I talk to?
- Isa sai kiran
Note
-
I have tried to provide user authentication to the website but somewhere i got stuck ,in /src/components there are files of login and logout buttons,auth-navigations,authentication files,sign-up button file and .env file.
steps to create react-app
- command – (npx create-react-app my-app)
- npm install to install packages
Steps to run
Cd react-app
- npm start command to run the app
- After display of the web page in any default browser(ex-chrome),go to the search bar and type any specific movie name and get whole details about the movie.
error
- if it shows (*’react-scripts’ is not recognized as an internal or external command, operable program or batch file.) please use # npm install react-scripts * to install that package