Project Source Code

Avatar Generator App using HMTL&CSS in VanillaJS with Source Code

Submitted by razormist on
Avatar Generator App using HMTL&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript that can generate avatars. The purpose of this project is to provide customization options for creating the user's own character avatar. JavaScript Source Code.

Random Color Generator App in VanillaJS with Source Code

Submitted by razormist on
Random Color Generator App in VanillaJS with Source Code - A web application coded purely in JavaScript that generates random color codes. The purpose of this program is to provide a useful tool for generating colors that can be used for interface design. JavaScript Source Code.

Emoji Roulette App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Emoji Roulette App using HTML&CSS in VanillaJS with Source Code - A web application created in pure JavaScript that displays an emoji roulette. The intent of this program is to provide a fun way to display a random emoji via roulette for randomization. JavaScript 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.

Movie Rating App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Movie Rating App using HTML&CSS in VanillaJS with Source Code - A web application coded purely in JavaScript where you can search app movie ratings. The application uses an api that fetch the data of a movie that include the ratings of peope who rate. JavaScript Source Code.