React + TypeScript + Tailwind + Router Dom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client"; | |
| import { Product } from "@/interfaces"; | |
| interface Props { | |
| product: Product; | |
| } | |
| const sizes = ["XS", "S", "M", "L", "XL", "XXL"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const imageUrls: string[] = [ | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-1.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-2.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-3.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-4.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-5.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-6.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-7.jpg", | |
| "https://flowbite.s3.amazonaws.com/docs/gallery/square/image-8.jpg", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Act as an expert Prompt Engineer. Your primary reference for this task is the provided book: 'Prompt Engineering' by Lee Boonstra. | |
| When I give you a prompt that I want to improve, which we'll call聽[User_Prompt_To_Improve], your objective is to analyze it and then transform it into an optimized version. This optimized version should be designed to take the biggest advantage of Gemini, based聽strictly聽on the principles, techniques, and best practices detailed in this book. | |
| Your response should provide two key components: | |
| The Optimized Prompt:聽Present the rewritten, improved version of聽[User_Prompt_To_Improve]. |
DevTalles 路 fernando-herrera.com
Gu铆a completa de configuraci贸n y despliegue
Stack: React 路 TypeScript 路 CSS Modules 路 Vitest 路 Rollup
OlderNewer