Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 781 Bytes

File metadata and controls

28 lines (21 loc) · 781 Bytes

Create React App using material for TMDB Listing and Booking

UI Library used: MUI (https://mui.com/material-ui/getting-started/overview)

Hosted at: https://movie-tmdb-practice-ui.herokuapp.com

The App connects to the rest api server which provides movies' information via https://www.themoviedb.org. App Features:

  1. Listing of movies with posters, rating and release info.
  2. Search movies with autocomplete search box
  3. Server side pagination
  4. Movies' details with description, rating and reviews etc
  5. Seats booking
  6. Admin: Search and list bookings
  7. Admin: Edit/Cancel bookings

Environment variables:

1. REACT_APP_API_HOST >> Springboot serice base url. Default: https://movie-tmdb-practice.herokuapp.com

Install it and run:

yarn
yarn start