Skip to content

JasonAsmk/Web_Components_Movie_Browser

Repository files navigation

Movie browser example

A movie browser to:

  • View now playing movies
  • Search for a movie in the TMDB
  • Get more info like video trailers, similar movies and user reviews.

Built with Web components and Typescript only! No JS or CSS frameworks like Angular, React, Tailwind... Just pure JS and Web standards!

Demo gif

Prerequisites & Installation

Ensure you have Git, Node >= 18 and npm installed then clone:

git clone <thisrepo>

In the project directory from a terminal run:

npm install

and get local server (localhost:4005) running with

npm run build:once && npm run serve

or if you need a livereloading server (localhost:3000, might need a browser reload!)

npm run livereload

Authors

jasonasmk (Iason Asimakopoulos)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published