Skip to content
View Bugstacker's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro
Block or Report

Block or report Bugstacker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Bugstacker/README.md

Hey there! ๐Ÿ‘‹ Welcome to my GitHub Profile!

I'm @Bugstacker, your friendly neighborhood self-taught programmer with a knack for exploring everything related to computers. From programming and hacking to web designing, I'm always diving into new tech adventures.

๐Ÿš€ About Me

  • ๐Ÿ”ญ Currently working on: Mastering the art of web design and creating visually stunning, user-friendly websites.
  • ๐ŸŒฑ Learning: All the ins and outs of web development and ethical hacking.
  • ๐Ÿ‘ฏ Looking to collaborate on: Any cool project where I can lend a hand and learn something new.
  • ๐Ÿ’ฌ Ask me about: Programming, web development, cybersecurity, or even the latest tech memes!
  • ๐Ÿ“ซ How to reach me: Find me on Twitter @emkaysr. Let's chat!

๐Ÿ’ก My Skills

  • Languages: HTML, CSS (Tailwind & Bootstrap), JavaScript, Python
  • Frameworks: React, NEXTJS, Django
  • Tools: Git, GitHub, VS Code, NPM, Webpack, WebStorm, PyCharm
  • Interests: Cybersecurity, Ethical hacking

๐ŸŒŸ Featured Project

Check out one of my latest projects: Amazing Project (Placeholder for your project details)

๐Ÿ“‚ Real-World Projects

I have several real-world projects that showcase my skills and expertise. Many of these are private repositories, but I'm happy to share them upon request. If you're looking for someone passionate about all things tech, I won't disappoint!

๐ŸŽฎ A Little Game for You

Let's play a quick text-based game to make things interesting! Guess the secret number between 1 and 10.

Click to Play!

Here's how it works:

  1. Choose a number between 1 and 10.
  2. Check the result below to see if you guessed it right!
import random

def guess_the_number():
    secret_number = random.randint(1, 10)
    guess = input("Enter your guess: ")
    if int(guess) == secret_number:
        return "๐ŸŽ‰ Congrats! You guessed it right!"
    else:
        return f"Oops! The secret number was {secret_number}. Try again!"

print(guess_the_number())

Pinned

  1. FunQuiz FunQuiz Public

    Quiz Trivia application

    JavaScript

  2. cabins-reservation-website cabins-reservation-website Public

    A reservations website for deep in the forest cabins , A project built as my final one in learning the core fundamentals of UI design

    HTML

  3. van-life van-life Public

    A fully functional website for renting vans

    JavaScript

  4. tenzies-game tenzies-game Public

    JavaScript

  5. nft-site-project nft-site-project Public

    Responsive web application

    CSS

  6. renovate.me-website renovate.me-website Public

    This is one of my projects built while learning front-end web development from Scrimba

    CSS