René's URL Explorer Experiment


Title: 20 question · Issue #2 · amelia-coding/coding · GitHub

Open Graph Title: 20 question · Issue #2 · amelia-coding/coding

X Title: 20 question · Issue #2 · amelia-coding/coding

Description: // Made by Mehdi IbnHfid import React, { useState } from 'react'; import { motion } from 'framer-motion'; export default function SignInForm() { const [submitted, setSubmitted] = useState(false); const [name, setName] = useState(''); con...

Open Graph Description: // Made by Mehdi IbnHfid import React, { useState } from 'react'; import { motion } from 'framer-motion'; export default function SignInForm() { const [submitted, setSubmitted] = useState(false); c...

X Description: // Made by Mehdi IbnHfid import React, { useState } from 'react'; import { motion } from 'framer-motion'; export default function SignInForm() { const [submitted, setSubmitted] = us...

Opengraph URL: https://github.com/amelia-coding/coding/issues/2

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"20 question","articleBody":"// Made by Mehdi IbnHfid\nimport React, { useState } from 'react';\nimport { motion } from 'framer-motion';\n\nexport default function SignInForm() {\n  const [submitted, setSubmitted] = useState(false);\n  const [name, setName] = useState('');\n  const [answers, setAnswers] = useState(Array(20).fill(''));\n\n  const handleSubmit = (e) =\u003e {\n    e.preventDefault();\n    setSubmitted(true);\n  };\n\n  const questions = [\n    \"Quel est ton nom complet ?\",\n    \"Quel est ton pays préféré ?\",\n    \"Quel âge as-tu ?\",\n    \"Quelle est ta passion ?\",\n    \"As-tu un animal préféré ?\",\n    \"Quelle est ta couleur préférée ?\",\n    \"Quel est ton rêve ?\",\n    \"Aimes-tu la science ?\",\n    \"Quelle langue parles-tu ?\",\n    \"Quel est ton plat préféré ?\",\n    \"Quel sport pratiques-tu ?\",\n    \"Quel est ton chanteur préféré ?\",\n    \"Quel est ton film préféré ?\",\n    \"Aimes-tu l’intelligence artificielle ?\",\n    \"Quel est ton métier de rêve ?\",\n    \"Quelle saison préfères-tu ?\",\n    \"Que fais-tu pendant ton temps libre ?\",\n    \"Aimes-tu lire des livres ?\",\n    \"Quel est ton super héros préféré ?\",\n    \"Quel pays veux-tu visiter ?\"\n  ];\n\n  return (\n    \u003cdiv className=\"min-h-screen bg-gradient-to-br from-indigo-500 via-purple-500 to-pink-500 flex flex-col justify-center items-center p-6\"\u003e\n      \u003cmotion.h1 initial={{ opacity: 0, y: -20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8 }}\n        className=\"text-white text-4xl font-bold mb-8 text-center\"\u003e\n        Made by Mehdi IbnHfid\n      \u003c/motion.h1\u003e\n\n      {!submitted ? (\n        \u003cmotion.form onSubmit={handleSubmit} className=\"bg-white rounded-2xl shadow-2xl p-8 w-full max-w-3xl\"\n          initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ duration: 0.5 }}\u003e\n          \u003cdiv className=\"mb-4\"\u003e\n            \u003clabel className=\"block font-semibold text-gray-700 mb-2\"\u003eTon nom\u003c/label\u003e\n            \u003cinput type=\"text\" value={name} onChange={(e) =\u003e setName(e.target.value)}\n              className=\"w-full p-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-purple-500\" /\u003e\n          \u003c/div\u003e\n          {questions.map((q, i) =\u003e (\n            \u003cdiv className=\"mb-4\" key={i}\u003e\n              \u003clabel className=\"block font-medium text-gray-700 mb-1\"\u003e{q}\u003c/label\u003e\n              \u003cinput type=\"text\" value={answers[i]} onChange={(e) =\u003e {\n                const newAnswers = [...answers];\n                newAnswers[i] = e.target.value;\n                setAnswers(newAnswers);\n              }} className=\"w-full p-3 border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-indigo-400\" /\u003e\n            \u003c/div\u003e\n          ))}\n          \u003cmotion.button whileHover={{ scale: 1.05 }} type=\"submit\"\n            className=\"mt-6 w-full bg-purple-600 text-white p-3 rounded-xl font-semibold hover:bg-purple-700 transition\"\u003e\n            Soumettre\n          \u003c/motion.button\u003e\n        \u003c/motion.form\u003e\n      ) : (\n        \u003cmotion.div initial={{ scale: 0.8, opacity: 0 }} animate={{ scale: 1, opacity: 1 }}\n          className=\"bg-white p-8 rounded-2xl shadow-xl text-center max-w-xl\"\u003e\n          \u003ch2 className=\"text-2xl font-bold text-gray-800 mb-4\"\u003eMerci, {name} 🌟\u003c/h2\u003e\n          \u003cp className=\"text-gray-600\"\u003eTu as rempli les 20 questions. Bien joué !\u003c/p\u003e\n        \u003c/motion.div\u003e\n      )}\n    \u003c/div\u003e\n  );\n}","author":{"url":"https://github.com/ibnhfidmehdi","@type":"Person","name":"ibnhfidmehdi"},"datePublished":"2025-07-23T21:31:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/coding/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f04c3436-1e4f-aa04-d10a-f51d9b994cdf
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDD44:AC92B:16A81A5:1D72674:698FD977
html-safe-nonceb7d0652e7fcfcb371a58df81f07c595f3665cb4b26f1b84a829f71a45130e32d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDQ0OkFDOTJCOjE2QTgxQTU6MUQ3MjY3NDo2OThGRDk3NyIsInZpc2l0b3JfaWQiOiI3MzQ4MjQ2ODUyNTc0MTA4MDIzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacab82a6d3d6ea713855c9ea3ded600c5b0fb03ac530c9314e27e8f1d58b6be787
hovercard-subject-tagissue:3257765054
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/amelia-coding/coding/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/362830decb0ddd0350c4af727494434b215150d6d717148d01bcd2f1786820af/amelia-coding/coding/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/362830decb0ddd0350c4af727494434b215150d6d717148d01bcd2f1786820af/amelia-coding/coding/issues/2
og:image:alt// Made by Mehdi IbnHfid import React, { useState } from 'react'; import { motion } from 'framer-motion'; export default function SignInForm() { const [submitted, setSubmitted] = useState(false); c...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameibnhfidmehdi
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/amelia-coding/coding git https://github.com/amelia-coding/coding.git
octolytics-dimension-user_id21191390
octolytics-dimension-user_loginamelia-coding
octolytics-dimension-repository_id261121543
octolytics-dimension-repository_nwoamelia-coding/coding
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id261121543
octolytics-dimension-repository_network_root_nwoamelia-coding/coding
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/amelia-coding/coding/issues/2#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Famelia-coding%2Fcoding%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Famelia-coding%2Fcoding%2Fissues%2F2
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=amelia-coding%2Fcoding
Reloadhttps://patch-diff.githubusercontent.com/amelia-coding/coding/issues/2
Reloadhttps://patch-diff.githubusercontent.com/amelia-coding/coding/issues/2
Reloadhttps://patch-diff.githubusercontent.com/amelia-coding/coding/issues/2
amelia-coding https://patch-diff.githubusercontent.com/amelia-coding
codinghttps://patch-diff.githubusercontent.com/amelia-coding/coding
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Famelia-coding%2Fcoding
Fork 41 https://patch-diff.githubusercontent.com/login?return_to=%2Famelia-coding%2Fcoding
Star 184 https://patch-diff.githubusercontent.com/login?return_to=%2Famelia-coding%2Fcoding
Code https://patch-diff.githubusercontent.com/amelia-coding/coding
Issues 3 https://patch-diff.githubusercontent.com/amelia-coding/coding/issues
Pull requests 0 https://patch-diff.githubusercontent.com/amelia-coding/coding/pulls
Actions https://patch-diff.githubusercontent.com/amelia-coding/coding/actions
Projects 0 https://patch-diff.githubusercontent.com/amelia-coding/coding/projects
Security 0 https://patch-diff.githubusercontent.com/amelia-coding/coding/security
Insights https://patch-diff.githubusercontent.com/amelia-coding/coding/pulse
Code https://patch-diff.githubusercontent.com/amelia-coding/coding
Issues https://patch-diff.githubusercontent.com/amelia-coding/coding/issues
Pull requests https://patch-diff.githubusercontent.com/amelia-coding/coding/pulls
Actions https://patch-diff.githubusercontent.com/amelia-coding/coding/actions
Projects https://patch-diff.githubusercontent.com/amelia-coding/coding/projects
Security https://patch-diff.githubusercontent.com/amelia-coding/coding/security
Insights https://patch-diff.githubusercontent.com/amelia-coding/coding/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/amelia-coding/coding/issues/2
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/amelia-coding/coding/issues/2
20 questionhttps://patch-diff.githubusercontent.com/amelia-coding/coding/issues/2#top
https://github.com/ibnhfidmehdi
https://github.com/ibnhfidmehdi
ibnhfidmehdihttps://github.com/ibnhfidmehdi
on Jul 23, 2025https://github.com/amelia-coding/coding/issues/2#issue-3257765054
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.