{"id":21581797,"url":"https://github.com/sudo-self/jessejesse.xyz","last_synced_at":"2025-09-04T01:35:42.676Z","repository":{"id":256471585,"uuid":"855444668","full_name":"sudo-self/JesseJesse.com","owner":"sudo-self","description":"pnpm i \u0026\u0026 pnpm run build","archived":false,"fork":false,"pushed_at":"2024-10-14T01:08:32.000Z","size":1673,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T14:46:13.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://JesseJesse.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-self.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-10T21:59:59.000Z","updated_at":"2024-10-14T01:09:28.000Z","dependencies_parsed_at":"2024-09-17T08:45:28.825Z","dependency_job_id":null,"html_url":"https://github.com/sudo-self/JesseJesse.com","commit_stats":null,"previous_names":["sudo-self/jessejesse.xyz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJesseJesse.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJesseJesse.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJesseJesse.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FJesseJesse.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-self","download_url":"https://codeload.github.com/sudo-self/JesseJesse.com/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181394,"owners_count":20411605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T14:13:37.622Z","updated_at":"2025-03-18T08:15:00.214Z","avatar_url":"https://github.com/sudo-self.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### [JesseJesse.com](https://JesseJesse.com)\u003cbr\u003e\n\nA personal website made with nextJS Tailwind Firebase Vercel and Cloudflare DNS\n\n\u003cimg width=\"1440\" alt=\"Screenshot 2024-09-10 at 2 09 16 PM\" src=\"https://github.com/user-attachments/assets/5177de6d-321f-4b8b-8b64-ac6580380e7f\"\u003e\n\n#### install\n\n`git clone https://github.com/sudo-self/JesseJesse.xyz.git`\u003cbr\u003e\n\n`cd JesseJesse.xyz`\u003cbr\u003e\n\n`pmpm i`\u003cbr\u003e\n\n`pnpm run dev`\u003cbr\u003e\n\n\u003ca href=\"http://localhost:3000\"\u003elocalhost:3000\u003c/a\u003e\u003cbr\u003e\n\n see `env.example`\u003cbr\u003e\n\n Firebase Guestbook Rules Example\u003cbr\u003e\n \n```\n{\n  \"rules\": {\n    \".read\": true,  \n    \".write\": \"auth != null\"  \n  }\n}\n```\n\u003cbr\u003e\n\nGithub OAuth Firebase Redirect URI\u003cbr\u003e\n \n```\nhttps://\u003cyour_firebase_project\u003e.firebaseapp.com/__/auth/handler\n\n```\npnpm i react-dom-confetti\n\n```\nconst triggerConfetti = () =\u003e {\n    setConfettiActive(true);\n    setTimeout(() =\u003e {\n      setConfettiActive(false);\n    }, 4000);\n  }\n\n```\n\u003cbr\u003e\n\nDisplay Current Time JSX\n\n```\n const getCurrentTime = () =\u003e {\n    const now = new Date();\n    const hours = now.getHours().toString().padStart(2, '0');\n    const minutes = now.getMinutes().toString().padStart(2, '0');\n    return `${hours}:${minutes}`;\n  };\n\n  const [currentTime, setCurrentTime] = useState(getCurrentTime());\n```\n\nincriment page view count +1\u003cbr\u003e\n\n```\n  const incrementViewCount = async () =\u003e {\n    try {\n      const countRef = firebase.database().ref(\"viewCount\");\n      await countRef.transaction((currentCount) =\u003e {\n        return (currentCount || 0) + 1;\n      });\n    } catch (error) {\n      console.error(\"Error incrementing view count:\", error);\n    }\n  };\n  ```\nFirebase console --\u003e Auth --\u003e Settings --\u003e Authorized domains --\u003e (yourdomain.xyz)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fjessejesse.xyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-self%2Fjessejesse.xyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fjessejesse.xyz/lists"}