+ {/* Title Input */}
+
+
+ setTitle(e.target.value)}
+ placeholder="MY_AWESOME_PROJECT"
+ className="w-full bg-transparent border-b border-[#30363d] text-white text-4xl md:text-6xl font-extrabold pb-4 focus:outline-none focus:border-[#00ffff] transition-colors placeholder:text-[#30363d]"
+ />
+
+
+ {/* Description Input */}
+
+
+
+
+ {/* Links Grid */}
+
+
+ {/* Tags */}
+
+
+
+ {tags.map(tag => (
+
+ {tag}
+
+
+ ))}
+ {tags.length < 6 && (
+ setCurrentTag(e.target.value)}
+ onKeyDown={handleTagKeyDown}
+ placeholder="Press Enter to add tags..."
+ className="bg-transparent border-none text-xs font-mono uppercase focus:outline-none flex-grow py-2 placeholder:text-[#30363d]"
+ />
+ )}
+
+
+
+
+