shantu / LearningPolymer

2 stars 0 forks source link

Create and build a simple game in the form of a Web app with help of polymer app #16

Open Shyam-technicise opened 6 years ago

Shyam-technicise commented 6 years ago

Main url :

https://codelabs.developers.google.com/codelabs/whose-flag/index.html?index=..%2F..%2Fpolymer-summit-2017&viewga=UA-39334307-12#0

Shyam-technicise commented 6 years ago

lesson 1 and 2 complete as per needed and installed polymer cli

Create a Polymer app from a template

image

image

Shyam-technicise commented 6 years ago

After complete lesson 3 , created a folder name whose-flag all created file are showing

image

Shyam-technicise commented 6 years ago

After complete lesson 4 : run the server and got 1st output :

polymer serve --open

image

image

Shyam-technicise commented 6 years ago

lesson 5 : Add a toolbar

install app layout by command :

bower install app-layout --save

image

Add an image :

install iron img by command :

bower install iron-image --save

image image

Shyam-technicise commented 6 years ago

lesson 5 : For Add buttons bower install paper-button --save image After complete lesson 5 image

Shyam-technicise commented 6 years ago

lesson 6 : install paper styles bower install paper-styles --save image After applying paper style and complete lesson-6 image

Shyam-technicise commented 6 years ago

Lesson 7 : after complete this lesson ; internal data binding change

image

Shyam-technicise commented 6 years ago

Lesson : 8 install iron-ajax: bower install iron-ajax --save image

image

Shyam-technicise commented 6 years ago

lession 9 : image