Giter Club home page Giter Club logo

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())

Bugstacker's Projects

cabins-reservation-website icon cabins-reservation-website

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

frontend-boilerplate icon frontend-boilerplate

A boilerplate with all the files needed to start building responsive webpages, Search Engine Optimized with Social media cards and robots meta tags as well as the needed semantic tags

html5-boilerplate icon html5-boilerplate

A professional front-end template for building fast, robust, and adaptable web apps or sites.

movie-watchlist icon movie-watchlist

Search for any movie you want and put it on your watchlist for later.

oldagram icon oldagram

This is an instagram clone project with html and css

renovate.me-website icon renovate.me-website

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

rpg icon rpg

A game where the wizard is fighting monsters

score-board icon score-board

This a solo project for Scrimba Students learning Javascript

travel-journal icon travel-journal

A project built with React on the places have previously visited

twimba icon twimba

Twimba is clone of twitter project I did in my learning journey

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.