search for a movie and get various details of it.
About
- Components:
- Home
- Landing: after typing a movie name and till it fetch the name spinner is made used.
- Movie: here i have listed the several details like runtime, language, etc.. to be displayed on client side.
- MovieCard: It is a card on which movie name is displayed.
- SearchForm: where we can search for a movie
- Layout
- Navbar
- Footer
- Spinner: design of spinner like width, margin, display etc..
- Home
- Dependies:
npm i axios react-redux react-router-dom
- axios: for requesting API calls,
- react-redux: It is a Library for managing React application state.
- react-router-dom: A router allows your application to navigate between different components, changing the browser URL, modifying the browser history, and keeping the UI state in sync.
- In order to run in pc install the packages and
npm start
- Inorder to make your app live deploy it using netlify or heroku.
Happy Coding!!