Posts

Showing posts with the label JavaScript

My ToDo App

My TODO App TODOs List Title Description Add Item Clear list Your Items S.No Title Description Action
How to enable Inspect in your mobile browser ? How to enable Inspect in your mobile browser write this code in you chrome browser. 1. First open your Chrome Browser. 2. Click on triple dots. 3. Select Bookmarks. 4. Create a Bookmarks. Name Folder URL saved it. 5. open in you URL Bar and write here Inspect. 6. Select bookmarks. 7. After selected open a button. 8. Clicked Button run your Inspect. script.js javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();

Background Animation with HTML, CSS & JavaScript

BG Animation
New Year Time Wishing

Voice assistant Alpha

Voice Assistant in JavaScript Alpha Hey ! I Am A Virtual Assistant Talk
Colourful Animation Rain
Image
Tic Tac Toe MyTicTacToe.com Welcome to Tic Tac MyTicTacToe Turn for X Reset

Covid19 Update

COVID-19 Update {{title}} Coronavirus disease (COVID-19) is an infectious disease caused by the SARS-CoV-2 virus. Most people who fall sick with COVID-19 will experience mild to moderate symptoms and recover without special treatment. However, some will become seriously ill and require medical attention. Confirm Cases {{all_data.confirmed.value}} Deaths Cases {{all_data.deaths.value}} {{c}} status Confirm Cases {{c_data.confirmed.value}} Deaths Cases {{c_data.deaths.value}}

Game vanilla script

Game Restart UP LEFT RIGHT DOWN

Ping Pong game || p5js

Pong Game In p5.js
Image
Filterable Image Gallery All Bag Shoe Watch Camera Headphone Image Category:

Angular Js V/S Vanilla Js

Result Here:

How to get colour HEX value using JavaScript

Get Colour HEX value My Colour Pick Select your colour... Colour HEX Value: Color introduced in HTML5 in <input type="color" /> type. We are create a JavaScript function. there we are used inline javascript in input tag. In this tag using onchange method. So we Access the color HEX value in the script. index.html <div class="wrapper"> <h2> My Colour Pick </h2> <p> Select your colour... </p> <input type="color" id="colour" onchange="myColour()" /> <p id="pick">Colour HEX Value: <span id="result"></span> </p> </div> style.css .wrapper { width:300px; height:200px; margin:auto; display:grid; background-color:#f1f1f1f1; place-items:center; border-radius:12px; box-shadow:2px 2px 20px rgba(0,0,0,0.4); } .wrapper #colour { height:40px; width:80px; } h2{ color:blue; } p { color:green; text-alig...
TODOs List TODOs List Title Description Add Item Clear list Your Items S.No Title Description Action

Time wisher

Automatic Time Wisher Automatic Time Wisher Toggle
Button Ripple Click Effect Do You Wanna Click Me? 1 Do You Wanna Click Me? 2 Do You Wanna Click Me? 3

Image Classification - ML

Image
Image Classification With MobileNet and ml5.js Scanning ...

Guess Number - simple game

Guess Number Guess Number Rules: You enter number 1 To 10 only Computer choice: Loss Or Win

My Music Player version - 2

My Music Player v- 2 My Music Player

Audio API