A real-time web app to browse your favorite movies, TV shows, and actors built on ES6, React, and SASS.
View Live Demo
·
Report Bug
·
Request Feature
This responsive, multi-page React application allows you to browse and search over a million movies, TV shows, and actors. It sources its data from the TMDB API to display/sort media that is popular, trending, upcoming, and much more.
To get a copy running on your local machine, follow these simple steps.
Get a free API Key at TMDB
- Clone the repo
git clone https://github.com/joshuajadaniel/videoverse.git
- Install NPM packages
npm install
- Enter your API key in
src/data/config.js
const TMDB_KEY = "ENTER YOUR API";
- Start the application
npm start # Live development server npm run build # Optimized production build
Distributed under the MIT License. See LICENSE
for more information.
Joshua J. A. Daniel
Email: joshuajadaniel@gmail.com
LinkedIn: https://linkedin.com/in/joshuajadaniel