【Webサービス】Google下取り計算機、試してみてくださいね!Pixel価格計算機

https://claude.site/artifacts/76308265-e672-48c7-bc1e-b0f080a2b5e4

 

 

 

■作り方

 

Claude に下記の2枚の画像をわたしてプロンプト設定

社内に入社してきた新人プログラマーさんに、具体的に指示をするイメージです

あなたは優秀なスマートフォンアドバイザー兼プログラマーです。

#実質購入価格(価格-ストアクレジット-下取り価格)のデータベースを作りたい。
添付の2表から下取り端末(プルダウン)と購入端末(プルダウン)を入力すると、購入する4シリーズの実質価格と価格-ストアクレジット-下取り価格がわかる、ウェブサービス。WordPressにエンベッドできるフォーマットで作成してください。
スマートフォンの4シリーズの容量別プライス表、ストアクレジットという還元ポイントがあります。

スマートフォンのシリーズ4種類の下取り端末の下取り額のプライス表です。

https://github.com/knnkanda/Pixel_price

テキストの画像のようです

テキストの画像のようです

英語でやりとりすると、トークン消費量が減るので、無料で毎日1サービスくらい作れますね!

Reactの知識が必要!
[react_component name=”Pixel9PriceCalculator”]
Understood. I’ll create a web service that calculates the effective purchase price (price – store credit – trade-in value) for the four Pixel 9 series phones based on the selected trade-in device and purchased device. I’ll design this as a React component that can be embedded in WordPress.
Here’s the implementation:
Pixel 9 Price CalculatorClick to open component
This React component creates a user interface for calculating the effective price of Pixel 9 series phones based on the selected trade-in device and purchase options. Here’s a breakdown of its functionality:
It uses dropdown menus for selecting the trade-in device, purchase device, and storage option.
The trade-in value is calculated based on the highest value for the selected device.
The effective price is calculated as (base price – store credit – trade-in value).
The results are displayed in a card format, showing the base price, store credit, trade-in value, and the final effective price.
To embed this component in WordPress, you’ll need to set up a React environment within your WordPress site. This can be done using various methods, such as using a React-enabled theme or a plugin that allows embedding React components.
Once your WordPress site is set up to handle React components, you can embed this component using a shortcode or by directly inserting it into your theme files. For example, if you’re using a plugin that allows React components, you might use a shortcode like this:
わかりました。選択された下取りデバイスと購入デバイスに基づいて、Pixel 9シリーズ4機種の実質的な購入価格(価格 – ストアクレジット – 下取り価格)を計算するウェブサービスを作成します。これをWordPressに埋め込めるReactコンポーネントとして設計する。
実装はこちら:
Pixel 9 Price Calculatorクリックしてコンポーネントを開く
このReactコンポーネントは、選択した下取りデバイスと購入オプションに基づいて、Pixel 9シリーズの携帯電話の実効価格を計算するためのユーザーインターフェースを作成します。機能の内訳は次のとおりです:
下取りデバイス、購入デバイス、ストレージオプションを選択するためにドロップダウンメニューを使用します。
下取り価格は、選択されたデバイスの最高値に基づいて計算されます。
有効価格は、(基本価格 – ストアクレジット – 下取り価格)として計算されます。
結果はカード形式で表示され、基本価格、ストアクレジット、下取り価格、最終的な有効価格が表示されます。
このコンポーネントをWordPressに組み込むには、WordPressサイト内にReact環境を設定する必要があります。これは、React対応のテーマやReactコンポーネントを埋め込むことができるプラグインを使用するなど、さまざまな方法で行うことができます。
WordPressサイトでReactコンポーネントを扱えるように設定したら、ショートコードを使用するか、テーマファイルに直接挿入することで、このコンポーネントを埋め込むことができます。たとえば、Reactコンポーネントを使用できるプラグインを使用している場合は、次のようなショートコードを使用します:

 

 

下取り価格の%も表示できるようにしましたw
このほうがお買い得がよくわかります!