Project Source Code

Pokedex App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Pokedex App using HTML&CSS in VanillaJS with Source Code - The Pokedex App is a web application coded purely in JavaScript. The purpose of this project is to display the overall statistics of Pokémon from the Kanto to Unova regions. The program can display specific data about a Pokémon, including type, stats, and other details. Users can also filter by ID or name using the search bar. JavaScript Source Code.

Horse Run the Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Horse Run the Game using HTML&CSS in VanillaJS with Source Code. A web application coded purely in JavaScript where you control a horse in the forest. The game mechanics are very simple: the player must avoid all the skeletons ahead to continuously gain score. JavaScript Source Code.

Rock Paper Scissors Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Rock Paper Scissors Game using HTML&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript where your opponent is an AI. The game mechanics are very simple: after the player makes a choice, the AI will randomly select its option to determine whether you win or lose. JavaScript Source Code.

Show / Hide Password HTML CSS JavaScript with Source Code

Submitted by keerio on
In this comprehensive guide, I will provide you with source codes that demonstrate how to create a show password input field. The source code is composed of HTML, CSS, and JavaScript, making it easy to integrate into your web projects. What is the Purpose of a Show/Hide Password Feature? The Show/Hide Password feature is a common functionality in application forms, such as Login and Registration

Reversi Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Reversi Game using HTML&CSS in VanillaJS with Source Code. A game application coded purely in JavaScript that can be played in a web browser. This game follows the same mechanics as the traditional Reversi game, where players take turns flipping the pieces from black to white or vice versa. JavaScript Source Code.