Submission to IWP Assignment as on 18/08/20 by Group 7.
Internal HTML, CSS and JavaScript The IRCTC Website is an effort by Indian railways to digitalize the ticket booking system to make it more convienient. One of the most basic functions that can be added to the site is the use of geolocation for tracking the location of the passengers.
This feature is implemented using the Maps Javascript API provided by Google for tracking locations via browser. This provides accurate location of the user on the map and can be displayed as a Google map window. The API key has restricted acces hence some features might be disabled. The API key will be removed on 20-08-20.
A simple Implementation of this is as follows:

HTML and CSS The page displays alphabet elements from A to Z. On clicking on any alphabet, an alert box shows an example.
This can be useful for teaching kids alphabets as it is more interactive than the offline tools. The implemewntation is as follows:
HTML with external CSS and JavaScript The page displays the peiodic table of elements. Each element is color coded according to the class it belongs with the legends given below.
This is a handy tool for someone who is studying chemistry and trying to memorize the periodic table as it is dynamic and interactive. The implementation looks as follows:

