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" },
spryCopperHaddockmain.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" },
tenaciousCoffeeSpoonbillmain.tsx3 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import React, { useEffect, useState } from "https://esm.sh/react@18.2.0";
45function App() {
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>
photoEditingAIAppmain.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";
45function App() {
originalTomatoLynxmain.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>
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>
sipCalculatormain.tsx3 matches
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import React, { useState } from "https://esm.sh/react@18.2.0";
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
45function SIPCalculator() {
reactPinterestClonemain.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";
45interface BlogPost {
227export default async function server(request: Request): Promise<Response> {
228const { sqlite } = await import("https://esm.town/v/stevekrouse/sqlite");
229const KEY = "reactPinterestClone";
230const TABLE_NAME = `${KEY}_blog_posts_5`;
231
ardentCrimsonTurtlemain.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) => {