ithinkpixels / Wipro-HTML5-L3

TrendNXT Training Project for WiPro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML 5– L3: Trend NXT Hands-on Assignments

ToC:

TOPICS MIN NO OF ASSIGNMENTS TO BE DONE FOR HANDS ON
HTML 5 Application Cache
HTML 5 Best Practices
HTML 5 Server Side Events
HTML 5 Web Sockets
HTML 5 Web Storage
HTML 5 Web Worker
HTML 5 Geolocation 1

Assignment 1:

  1. Take a number input (less than 100) from the user and save it to the web storage.
  2. Create a web worker to increment the number till it becomes prime.
    • Provide two buttons of 'Start' and 'End' to start or end the process.
    • The increment stops upon pressing 'end', or the number becomes prime – whichever occurs first.

Topic Covered:

  • HTML 5 WebStorage
  • HTML 5 Web Worker
  • HTML 5 Geolocation

About

TrendNXT Training Project for WiPro


Languages

Language:HTML 100.0%