JavaScript 30 Days 30 Projects
When a key out of the ones displayed is pressed on the keyboard, sound corresponding to it is played.https://sanjiti0606.github.io/JS30/All30/Day_01/
Implementing an analog clock which displays the current time on the device.
https://sanjiti0606.github.io/JS30/All30/Day_02/
Update CSS variables determining image characteristics using JS.
https://sanjiti0606.github.io/JS30/All30/Day_03/
Match the characters entered in the search box to a data of City and State names (json file) and display results and suggestions along with the population of the place.
https://sanjiti0606.github.io/JS30/All30/Day_06/
Line width and colour keep changing as you draw on the HTML canvas.
https://sanjiti0606.github.io/JS30/All30/Day_08/
When the Shift key is pressed while selecting a checkbox, all the checkboxes between that and the previously selected checkbox are automatically slected.
https://sanjiti0606.github.io/JS30/All30/Day_10/