assertiveJadeHorsemain.tsx2 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 **/
2import { renderToString } from "https://esm.sh/react-dom@18.2.0/server";
34export default (req: Request) => {
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45// Solana and Wallet Imports
1/** @jsxImportSource https://esm.sh/react */
2import { email } from "https://esm.town/v/std/email?v=11";
3import { sqlite } from "https://esm.town/v/std/sqlite?v=5";
4import tailwindURL from "https://esm.town/v/stevekrouse/tailwindURL";
5import { renderToString } from "npm:react-dom/server";
67const linkClass = "text-blue-500 hover:underline";
8const Link = (
9{ children, href }: {
10children?: React.ReactNode;
11href: string;
12},
imageConverterAppGlassUImain.tsx3 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useRef } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45const SUPPORTED_FORMATS = [
naturalYellowWhalemain.tsx2 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 **/
2import { renderToString } from "https://esm.sh/react-dom@18.2.0/server";
34export default (req: Request) => {
cryptoVolumeTraderAdvicemain.tsx3 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45function CryptoTracker() {
ReminderAppmain.tsx4 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState, useEffect } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45function App() {
159<small>{new Date(reminder.date).toLocaleString()}</small>
160<button onClick={() => toggleCompletion(reminder.id, reminder.completed)}>
161↩️ Reactivate
162</button>
163</div>
cerebras_codermain.tsx10 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import Cerebras from "https://esm.sh/@cerebras/cerebras_cloud_sdk";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import { Prism as SyntaxHighlighter } from "https://esm.sh/react-syntax-highlighter";
5import React, { useEffect, useState } from "https://esm.sh/react@18.2.0";
6import { STARTER_PROMPTS } from "https://esm.town/v/stevekrouse/cerebras_coder_prompts";
731}: {
32prompt: string;
33setPrompt: React.Dispatch<React.SetStateAction<string>>;
34handleSubmit: (e: React.FormEvent) => void;
35handleStarterPromptClick: (promptItem: PromptItem) => void;
36}) {
117118function App() {
119const previewRef = React.useRef<HTMLDivElement>(null);
120const [prompt, setPrompt] = useState("");
121const [projectId, setProjectId] = useState<number | null>(null);
175}
176177async function handleSubmit(e: React.FormEvent | string) {
178if (typeof e !== "string") {
179e.preventDefault();
674</div>
675<div className="bg-white w-full h-full flex flex-col grow rounded-xl border-2 border-white overflow-hidden">
676<React.Fragment key={iframeKey}>
677<iframe
678srcDoc={code}
680className="w-full grow"
681/>
682</React.Fragment>
683</div>
684</div>
enchantingBlushOrangutanmain.tsx7 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { AnimatePresence, motion } from "https://esm.sh/framer-motion@10.16.4";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import React, { useEffect, useState } from "https://esm.sh/react@18.2.0";
56function CreativeDeveloperPortfolio() {
19title: "AI Chatbot Platform 🤖",
20description: "Intelligent conversational AI with natural language processing",
21tech: ["Python", "TensorFlow", "React"],
22link: "https://ai-chatbot.example.com",
23image: "https://maxm-imggenurl.web.val.run/ai-chatbot-interface",
26title: "Blockchain Explorer 🔗",
27description: "Real-time cryptocurrency transaction tracker",
28tech: ["Solidity", "Web3.js", "React"],
29link: "https://blockchain-explorer.example.com",
30image: "https://maxm-imggenurl.web.val.run/blockchain-dashboard",
33title: "Smart Home Dashboard 🏠",
34description: "IoT device management and monitoring system",
35tech: ["Node.js", "MQTT", "React Native"],
36link: "https://smart-home.example.com",
37image: "https://maxm-imggenurl.web.val.run/smart-home-dashboard",
41const skills = [
42{ name: "Python", level: 90, color: "bg-blue-500" },
43{ name: "React", level: 85, color: "bg-cyan-500" },
44{ name: "Machine Learning", level: 80, color: "bg-green-500" },
45{ name: "Cloud Computing", level: 75, color: "bg-indigo-500" },
cleverIndigoSwallowmain.tsx7 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { AnimatePresence, motion } from "https://esm.sh/framer-motion@10.16.4";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4import React, { useEffect, useState } from "https://esm.sh/react@18.2.0";
56function CreativeDeveloperPortfolio() {
19title: "AI Chatbot Platform 🤖",
20description: "Intelligent conversational AI with natural language processing",
21tech: ["Python", "TensorFlow", "React"],
22link: "https://ai-chatbot.example.com",
23image: "https://maxm-imggenurl.web.val.run/ai-chatbot-interface",
26title: "Blockchain Explorer 🔗",
27description: "Real-time cryptocurrency transaction tracker",
28tech: ["Solidity", "Web3.js", "React"],
29link: "https://blockchain-explorer.example.com",
30image: "https://maxm-imggenurl.web.val.run/blockchain-dashboard",
33title: "Smart Home Dashboard 🏠",
34description: "IoT device management and monitoring system",
35tech: ["Node.js", "MQTT", "React Native"],
36link: "https://smart-home.example.com",
37image: "https://maxm-imggenurl.web.val.run/smart-home-dashboard",
41const skills = [
42{ name: "Python", level: 90, color: "bg-blue-500" },
43{ name: "React", level: 85, color: "bg-cyan-500" },
44{ name: "Machine Learning", level: 80, color: "bg-green-500" },
45{ name: "Cloud Computing", level: 75, color: "bg-indigo-500" },