Skip to content

EdoTrotta/intermediate-lightning-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Intermediate code challenge

Welcome to the intermediate-level code challenge for Lightning!

Try out a finished version of the app here

Remember that you can submit your code until 17:15!

About this challenge

This app is made for two reasons:

  • First one is to test your Lightning knowledge. Don't worry, this won't determine your paycheck! However, if you're struggling with this it might be worth revisiting the workshop videos.
  • Second is to showcase some things Lightning can do. Our main goal at Fx is to use Lightning for smart-tv application development... but it can do more than that!

Tasks

To finish this app you'll need to do a series of tasks that are listed below:

  • Make this app a Router-based one, and add all the pages in the pages/ folder to the routes.
  • Add navigation between pages! You'll need to revisit two concepts for this: Signals and... well, Navigation.
  • There's a Bug on how Game.js works. The game isn't running at all... Can you figure out why? Hint: You might need to use Lifecycle methods for this.

Extra challenge:

  • Create and add your own widget and trigger a shader! You can copy what we did on the intermediate training for this. However, if you're feeling creative you can also create your own ones. Try playing around for this!

Useful links

Getting started

Before you follow the steps below, make sure you have Lightning-CLI installed globally on your system

npm install -g @lightningjs/cli

Running the App

  1. Install the NPM dependencies by running npm install

  2. Start the Lightning Dev Environment using lng dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%