Cinefic is a app where users can view Upcoming, Popular, Top rated and Currently Playing Movies and TV shows. For a movie user can view all the details like cast, productions, trailers, shorts and rating, and for TV shows you can view all the details like episodes, cast, production, videos and season wise info. The API used here is The Movie Database (API Docs). The Movie Database (TMDB) is a popular, user editable database for movies and TV shows.
Live - Cinefic
- View movies and TV shows List
- View Details
- Search for movies and TV shows
The Technology stack that have been used for building this app.
- Clone the repository
git clone https://github.com/HardikGohilHLR/cinefic.git
- Install NPM packages
npm i
- Run the app at http://localhost:3000
npm run start