Skip to content

A real-time web app to browse your favorite movies, TV shows, and actors built on ES6, React, and SASS.

License

Notifications You must be signed in to change notification settings

JoshuaJADaniel/videoverse

Repository files navigation


VideoVerse Logo

VideoVerse

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

License Contributors License

VideoVerse Screenshot

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.

Built With

Getting Started

To get a copy running on your local machine, follow these simple steps.

Prerequisites

Get a free API Key at TMDB

Installation

  1. Clone the repo
    git clone https://github.com/joshuajadaniel/videoverse.git
  2. Install NPM packages
    npm install
  3. Enter your API key in src/data/config.js
    const TMDB_KEY = "ENTER YOUR API";
  4. Start the application
    npm start
    # Live development server
    
    npm run build
    # Optimized production build

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Joshua J. A. Daniel

Email: joshuajadaniel@gmail.com

LinkedIn: https://linkedin.com/in/joshuajadaniel

Acknowledgements

About

A real-time web app to browse your favorite movies, TV shows, and actors built on ES6, React, and SASS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published