GigaCaptcha

🧠 GigaCaptcha – The World’s Most Hilarious CAPTCHA! 🤣

🚀 Are bots getting smarter? Are you tired of boring CAPTCHAs that just ask you to click a checkbox?
Well, GigaCaptcha is here to change the game! Instead of “Select all traffic lights,” you’ll face the most ridiculous challenges ever! 🤯

Think you’re human? Prove it. Solve mazes, chess puzzles, Olympic quizzes, and more! 🏆


🏆 Why GigaCaptcha?

No More Lame CAPTCHAs – We make you work for it.
Lightweight & Fast – Uses React + Tailwind, no extra bloat.
Super Simple Integration – Import, use, and watch people struggle.
Extremely Funny Challenges – Inspired by real-life bot-proof questions.


🎯 Project Goals


📝 TODO List – Coming Soon!

🔥 Crazy Challenges We Plan to Add:
✔️ Math question with a wrong answer
✔️ Olympic history questions that nobody knows
✔️ A simple maze you have to solve
✔️ Chess puzzles where you must checkmate in 1 move ♟️
✔️ A random meme quiz 😆
✔️ An upside-down typing challenge
✔️ The “press this button exactly after 5.3 seconds” challenge ⏳

Got an idea for a crazy CAPTCHA? Open an issue!


🚀 Installation & Usage

1️⃣ Install the package

npm install gigacaptcha

2️⃣ Import & Use in Your React App

import React from "react";
import GigaCaptcha from "gigacaptcha";

function App() {
  return (
    <div className="p-4">
      <h1>Welcome to My Website</h1>
      <GigaCaptcha onSuccess={() => alert("You're human! 🎉")} />
    </div>
  );
}

export default App;

🏗️ Project Setup (For Contributors)

Want to contribute? Follow these steps:

1️⃣ Clone the repo

git clone https://github.com/NextProduction/gigacaptcha.git
cd gigacaptcha

2️⃣ Install dependencies

npm install

3️⃣ Run the dev server

npm run dev

4️⃣ Build the package

npm run build

🤝 Contributing

Got a fun CAPTCHA idea? PRs are welcome!
Rules:
✔️ Must be funny & creative
✔️ Should make bots suffer 🤖
✔️ Can be solvable by a human (hopefully)


License

MIT – Feel free to use, modify, and troll bots with GigaCaptcha!


🚀 Made with 🤣 by Mahdi Hazrati & NextProduction 🚀 ```