GIF Search Application using Pure JavaScript and API Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled GIF Search Application. It is a web-based application that allows visitors to browse and explore GIFs. This project was mainly developed using Pure JavaScript and Giphy API. It has a simple and pleasant user interface using Custom CSS (stylesheet). It contains simple and easy-to-use features and functionalities. What is GIF? GIF stands for Graphics Interchange

How to Dynamically Remove HTML List When Dragging in JavaScript

Submitted by razormist on
How to Dynamically Remove HTML List When Dragging in JavaScript - A simple JavaScript program that implements the drag event to remove a HTML list. This tutorial will show you a simple way to use the drag and drop event to dynamically remove any object. JavaScript Free Tutorial.

Simple Road Fighter Game in JavaScript Free Source Code

Submitted by razormist on
Simple Road Fighter Game in JavaScript Free Source Code - A simple Arcade style game where your goal is to prevent your car getting crash in the road. The score you gain will continue to increase as long as you stay and survive the heavy traffic in the road. JavaScript Free Source Code.

Web Alarm Clock Application using JavaScript Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Web Alarm Clock Application. It is a web-based application that provides an alarm clock platform or website. This project was mainly developed using Pure JavaScript and uses JS Local Storage API for storing Data. It has a simple and pleasant user interface using Custom CSS (stylesheet) scripts. This alarm clock application is easy-to-use and has user-friendly

Network Speed Test using JavaScript Source Code Free Download

Submitted by oretnom23 on
This is a simple project entitled Network Speed Test Application. It is a web-based application that detects the internet or network speed. This mini-project application was mainly developed using Pure JavaScript. It has a simple and pleasant user interface using Custom CSS (stylesheet) scripts. It is an easy-to-use network speed detection application. How does this Network Speed Test Application

What Is Idempotency In REST API & Why Does It Matters?

Submitted by admin on
Effective development and implementation of APIs relies on having an awareness of not only the opportunities they present, but the issues that can arise. Idempotency is an example of this, so what does it mean in a REST API context, and why should you be up to speed with its ins and outs when planning your next project, or troubleshooting your current one? What is Idempotency? A Definition and

Dictionary Application using JavaScript and API Source Code Free Download

Submitted by oretnom23 on
This simple project is a Dictionary Application. It is a web-based application that allows users to search for word definitions. This project was mainly developed using Pure JavaScript and Dictionary API. It has a simple and pleasant user interface using a Custom Stylesheet (CSS) script for the design of the page layout. This Dictionary Application is easy-to-use. How does this Dictionary

Live Word Counter Application using Pure JavaScript Source Code Free Download

Submitted by oretnom23 on
This simple project is entitled Live Word Counter Application. It is a web-based application that counts the number of words, characters, and paragraphs of text content. This project was mainly developed using Pure JavaScript. It has a simple, pleasant, and mobile-responsive user interface using a Custom Stylesheet script. This project easy-to-use and automatically counts the text content words

How to Dynamically Add new Textbox using jQuery in JavaScript

Submitted by razormist on
How to Dynamically Add new Textbox using jQuery in JavaScript - A simple JavaScript program that use jQuery plugin to dynamically add new textbox. This tutorial will show you the basis uses of jQuery that involve of generating textbox for your page. JavaScript Free Tutorial.