v1.0.0

Oxyzox Portfolio

Full Stack Developer. Passionate about coding and problem-solving.

$ whoami

→ Full Stack Developer

$ location

→ Nepal

$ status

→ Available for exciting projects

Technical Skills

Frontend Development

technologies.js

const frontendSkills = {
    languages: ['JavaScript', 'Python', 'HTML5', 'CSS3'],
    frameworks: ['React'],
    styling: ['Tailwind CSS', 'Bootstrap', 'Styled Components'],
    tools: ['Figma', 'V0']
};

Backend Development

backend.js

const backendSkills = {
    languages: ['Node.js', 'Python'],
    frameworks: ['Express'],
    databases: ['MongoDB'],
    cloud: ['AWS', 'Google Cloud', 'Heroku']
};

Projects

Poke-explorer

poke-explorer.js

const poke-explorerProject = {
    name: 'poke-explorer',
    tech_stack: {
        frontend: ['HTML', 'CSS' , 'JavaScript'],
        backend: ['PokéAPI'],
        deployment: ['Github']
    },
    highlights: [
        'Search for Pokémon',
        'Random Pokémon generator',
        'Responsive Design'
    ],
    github: 'https://github.com/oxyzox/poke-explorer',
    live: 'https://oxyzox.github.io/poke-explorer/'
};

MineCraft Server Status Bot

mcstatusbot.js

const mcstatusbot = {
    name: 'McStatusBot',
    tech_stack: {
        Language: ['Python' , 'py-cord'],
        backend: ['mcstatus.ioAPI'],
    },
    highlights: [
        'Java & Bedrock Server Support',
        'Live Player Count',
        'Automatic Refresh'
    ],
    github: 'https://github.com/oxyzox/McStatusBotV2',
};

ddosY - DDoS Attack Tool

ddosy.js

const ddosy = {
    name: 'ddosY',
    tech_stack: {
        language: ['python']
    },
    highlights: [
        'Multi-Threading Support',
        'Customizable Fake IP',
        'Real-Time Attack Status'
    ],
    github: 'https://github.com/oxyzox/ddosY',
};