DeepSeek ArtifactsDeepSeek Artifacts

إنشاء تطبيق إزالة الخلفية

4.0
ar
تطوير التطبيقات
تطبيقات
إزالة الخلفية
برمجة

النص التوجيهي

إنشاء تطبيق لإزالة الخلفية

النتيجة المولدة

import React from 'react';

class App extends React.Component {
  render() {
    return (
      <div className="App bg-gray-100 min-h-screen">
        <header className="bg-blue-600 text-white p-6">
          <h1 className="text-3xl font-bold">Background Remover</h1>
        </header>
        <main className="p-6">
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Upload Image</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <input type="file" className="mb-4" />
              <button className="bg-blue-600 text-white px-4 py-2 rounded">Upload</button>
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Preview</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <img src="https://placehold.co/600x400" alt="Preview" className="w-full h-auto rounded" />
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Remove Background</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <button className="bg-blue-600 text-white px-4 py-2 rounded">Remove Background</button>
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Download</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <button className="bg-blue-600 text-white px-4 py-2 rounded">Download</button>
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Share</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <button className="bg-blue-600 text-white px-4 py-2 rounded">Share</button>
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">Feedback</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <textarea className="w-full p-2 border rounded mb-4" placeholder="Your feedback..."></textarea>
              <button className="bg-blue-600 text-white px-4 py-2 rounded">Submit</button>
            </div>
          </section>
          <section className="mb-8">
            <h2 className="text-2xl font-semibold mb-4">About</h2>
            <div className="bg-white p-6 rounded-lg shadow-md">
              <p className="text-gray-700">This is a simple background remover application built with React and TailwindCSS.</p>
            </div>
          </section>
        </main>
        <footer className="bg-blue-600 text-white p-6 text-center">
          <p>&copy; 2025 Background Remover. All rights reserved.</p>
        </footer>
      </div>
    );
  }
}

export default App;

المزيد من التوصيات

عرض الكل

صنع رابط متجر عربي

4.0
التجارة الإلكترونية
ar
متجر صغير
رابط متجر
300 منتج
اصنعلي رابط لمتجر صغير يتحمل 300 منت بلغه العربيه بلكامل ...

تحويل النص إلى صوت

4.0
التكنولوجيا
ar
تحويل النص
برنامج صوت
openai.fm
برنامج يقوم بتحويل النص الي صوت مثل openai.fm بالظبط...

تحويل النص إلى صوت

4.0
تكنولوجيا
ar
تحويل النص
تكنولوجيا
واجهة المستخدم
اريد موقع يقوم بتحويل النص الي صوت وان تكون مميزاته وواجهه المستخدم مثل openai.fm بالظبط...

تصميم متجر بايثن سهل

4.0
تكنولوجيا
ar
تصميم مواقع
بايثن
متجر الكتروني
اوريد موقع على لغت بايثن لمتجر صغير و ان يكون التصميم بلون الخشب الخفيف وان يكون الموع سلس في الاستخدام ودميكي ومرن مع المستخدم و اريده ان استطيع نشر اكثر من 200 منتج على الموقع و اريده موقع على الها...

إسلامي وثقافة عامة

4.0
ثقافة
ar
إسلامي
قرآن
ثقافة عامة
إسلامي القرآن لغة وأدب عالم الشعر تاريخ جغرافيا معلومات عامة دول و عواصم عملات عالم الطيران شعارات شعارات عالمية أمثال و ألغاز لغز ومثل أضف فذات الأسئلة هذه مع أسئلة في كل قسم وتظهر ال...

إنشاء لعبة أسئلة

4.0
ألعاب
ar
لعبة
أسئلة
فئات
في الشاشة الرئيسية يظهر زر إنشاء اللعبة باللون الأصفر مع كتابة باللون الأسود فوق الأزرار بخطCAIRO ويظهر بعد الضغط على الزر قائمة فئات من الأسئلة نختار عددا منها ومن ثم نضغط على بدأ وتبدأ تظهر الأسئلة ...