My Code Snippets.

A collection of small projects, examples, and reusable code for web, Discord bot development and MC.

Dog/Cat API

Fetch and display random dog/cat images. Perfect for learning basic API usage and DOM manipulation.

JavaScript
View Snippet

Login/Signup Form

A toggleable login and signup form with smooth transitions. Great for learning form UIs.

JS HTML CSS
View Snippet

Frosted-Glass Profile Card

A frosted-glass profile card with animated background blobs, hover lift effect, and a glass button. Built with CSS backdrop-filter.

HTML CSS
View Snippet

Dark/Light Mode Toggle

Smooth dark/light mode toggle that remembers the user’s preference and animates between sun and moon icons.

JS CSS HTML
View Snippet

Toast Notification System

Lightweight toast notifications with success, error, warning, and info types that auto-dismiss.

JS CSS HTML
View Snippet

Animated Background

A lightweight, animated SVG wave background for adding subtle visual interest to a page.

HTML CSS
View Snippet

Simple Calculator

A basic calculator built with vanilla JS. Ideal for practicing logic and event handling.

JS HTML CSS
View Snippet

Memory Match Game

An engaging memory match game to practice DOM manipulation and game logic.

JS HTML CSS
View Snippet

Simple Clicker Game

A basic clicker game that tracks clicks and saves progress to LocalStorage.

JS HTML LocalStorage
View Snippet

MC Custom Advancement

Custom advancement setup using a custom trigger. Includes advancement JSON, criterion class, and registration.

Java Fabric API
View Snippet

MC Custom Block

Custom block setup for Fabric mods with on-use actions, registration, and lang entries.

Java Fabric API
View Snippet

MC Custom Item

Custom item setup for Fabric mods, including registration, tooltip, and right-click actions.

Java Fabric API
View Snippet

MC Custom Recipe

Custom recipe setup for Fabric mods. Example: Enchanted Golden Apple recipe using 8 gold blocks around an apple.

Java Fabric API
View Snippet

MC Custom Trigger

Custom trigger for Fabric mods that tracks breaking 10 logs. Includes registration and advancement setup.

Java Fabric API
View Snippet

BDFD Giveaway

A giveaway command for BDFD that uses buttons for entry and manual winner drawing.

BDScript 2
View Snippet

BDFD Pokémon Game

A lightweight "guess the Pokémon" game for Discord bots, built entirely within BDFD.

BDScript 2
View Snippet

BDFD Voter-Only Cmd

Restrict command access to users who have voted for your bot on top.gg.

BDScript 2
View Snippet

BDFD Clicking Game

An interactive clicking game for Discord bots, complete with a shop for upgrades, made in BDFD.

BDScript 2
View Snippet

BDFD Bloxfruits Stock

A clean and simple command to display the current Blox Fruits stock in a Discord server.

BDScript 2
View Snippet

BDFD Function/Callback Snippet

This snippet lets you search and browse through BDFD Functions and Callbacks right inside your bot.

BDScript 2
View Snippet