Posts

Piano Application Using JavaScript

Image
Piano Application Hello to all the coding nerds, I have created a tutorial on how to develop a PIANO APPLICATION  using JavaScript HTML & CSS. It is a web application and you all guys give it a try. The Tutorial is simple and lucid easily graspable. This piano has 10 White Keys along with   8 Black Keys. Each keys have its own notes, it is all up to you to make the different notes and store it in local machine. This application is also compatible in Mobile Phones as well as in Desktop. You either play all the keys synchronously or make a pattern. Till then play piano live at  Play Now Tools for development Any Code Editor - VSCO (Any of your choice) A live Server for automatic refreshing of the page after the changes you made Skills Required HTML5 JavaScript  CSS Extent of debugging skills It is a web application and developed using HTML and CSS along with the flavor of JavaScript. I have made a video tutorial on youtube covering all the topics and line by l...

Build Ludo Game in HTML CSS and JavaScript | Designing the Board Using C...

Image
Make Sure to subscribe the channel and press the bell icon to never miss the update  All the source code and other project link are given in the description

Rock Paper Scissors Game in JavaScript

Image
 Rock Paper Scissors Game Overview Rock Paper Scissors Game is a very traditional Game that we would had been surely played in our school days with friends. Basically this Game has three character Rock, Paper and Scissors. You will compete with computer and the scores will be updated in real time. Computer generates the sequence of the character among three randomly and the player have to defeat the computer. Isn't it cool, if your are missing those school days.  How to develop Basically this game is developed in JavaScript, HTML, and CSS so you must have sound knowledge of JavaScript along with HTML and CSS. Prerequisites Any code editor like - Notepadd++, VSCO, Netbeans, SublimeText Live Server if you are using VSCO Knowledge of JavaScript ScreenShot of the actual Game  Link of the live project  Click on the Below Link to play Play Now   How to get Source code  Get all the code for the given project from my GITHUB repositories. Make your to drop a Star in...