vonfeist / simple-starwars-webcomponent

Webcomponent Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars Movie List

This application is build with 3 web compontens:

Component Description
MovieList displays the list of movies returned from the api
MovieListDetail display detailed info from the api, furthermore listens to click event from Movie list
StarWarsApp Shows the list and the details of the movies

How to start the application

This app is only using a simple static server, therefore navigate into the folder src and start the server with

npm run start

Note: If there will be an issues, please install the package globally if you don't have it running: npm install -g static-server

Have fun browsing this greatly styled Star Wars Movie List!

About

Webcomponent Setup


Languages

Language:JavaScript 68.0%Language:HTML 22.4%Language:CSS 9.6%