Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 479 Bytes

Cinemax - Movie Search App

About the Project:

This is a Movie Search App built using React and Material UI. It uses OMDB api to fetch the movie details and TMDB api to fetch the movie poster. It is a responsive web app and can be used on any device.

Tech Stack:

  • React
  • Create React App (CRA)
  • Material UI
  • Axios ( for calling API )
  • API's Used:
    1. OMDB api
    2. TMDB api
  • Successfully Deployed in Vercel

Getting started:

  • npm install
  • npm start