diff --git a/CryptoHackAI-web/src/app/generate-idea/page.tsx b/CryptoHackAI-web/src/app/generate-idea/page.tsx new file mode 100644 index 0000000..c6c825c --- /dev/null +++ b/CryptoHackAI-web/src/app/generate-idea/page.tsx @@ -0,0 +1,57 @@ +"use client" +import React, { useState } from 'react'; + +const GenerateIdea = () => { + const [concept, setConcept] = useState(''); + const [technologies, setTechnologies] = useState(''); + + return ( +
+

+ Generate a new Idea +

+ +
+
+ +