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.
Login/Signup Form
A toggleable login and signup form with smooth transitions. Great for learning form UIs.
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.
Dark/Light Mode Toggle
Smooth dark/light mode toggle that remembers the user’s preference and animates between sun and moon icons.
Toast Notification System
Lightweight toast notifications with success, error, warning, and info types that auto-dismiss.
Animated Background
A lightweight, animated SVG wave background for adding subtle visual interest to a page.
Simple Calculator
A basic calculator built with vanilla JS. Ideal for practicing logic and event handling.
Memory Match Game
An engaging memory match game to practice DOM manipulation and game logic.
Simple Clicker Game
A basic clicker game that tracks clicks and saves progress to LocalStorage.
MC Custom Advancement
Custom advancement setup using a custom trigger. Includes advancement JSON, criterion class, and registration.
MC Custom Block
Custom block setup for Fabric mods with on-use actions, registration, and lang entries.
MC Custom Item
Custom item setup for Fabric mods, including registration, tooltip, and right-click actions.
MC Custom Recipe
Custom recipe setup for Fabric mods. Example: Enchanted Golden Apple recipe using 8 gold blocks around an apple.
MC Custom Trigger
Custom trigger for Fabric mods that tracks breaking 10 logs. Includes registration and advancement setup.
BDFD Giveaway
A giveaway command for BDFD that uses buttons for entry and manual winner drawing.
BDFD Pokémon Game
A lightweight "guess the Pokémon" game for Discord bots, built entirely within BDFD.
BDFD Voter-Only Cmd
Restrict command access to users who have voted for your bot on top.gg.
BDFD Clicking Game
An interactive clicking game for Discord bots, complete with a shop for upgrades, made in BDFD.
BDFD Bloxfruits Stock
A clean and simple command to display the current Blox Fruits stock in a Discord server.
BDFD Function/Callback Snippet
This snippet lets you search and browse through BDFD Functions and Callbacks right inside your bot.