Back to blocks

打造任务管理应用

4.0
en技术开发任务管理应用开发TickTick

Prompt

create task management app like ticktick.com

Résultat Généré

import React from 'react';

const App = () => {
  return (
    <div className="min-h-screen bg-gradient-to-r from-indigo-500 via-purple-500 to-pink-500 text-white">
      {/* Navigation */}
      <nav className="p-6 bg-black bg-opacity-50">
        <div className="container mx-auto flex justify-between items-center">
          <h1 className="text-3xl font-bold">TaskMaster</h1>
          <div className="flex space-x-4">
            <button className="px-4 py-2 bg-blue-600 rounded-lg hover:bg-blue-700">Sign In</button>
            <button className="px-4 py-2 bg-green-600 rounded-lg hover:bg-green-700">Sign Up</button>
          </div>
        </div>
      </nav>

      {/* Hero Section */}
      <div className="container mx-auto px-6 py-16 flex flex-col items-center text-center">
        <h2 className="text-5xl font-bold mb-6">Organize Your Life with TaskMaster</h2>
        <p className="mb-8 text-xl">Your ultimate task management solution. Stay organized, efficient, and stress-free.</p>
        <button className="px-6 py-3 bg-yellow-400 text-black rounded-lg hover:bg-yellow-500">Get Started</button>
      </div>

      {/* Features Section */}
      <div className="bg-white text-gray-800 py-16">
        <div className="container mx-auto px-6">
          <h3 className="text-3xl font-bold text-center mb-12">Features</h3>
          <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
            <div className="text-center p-6 rounded-lg shadow-lg">
              <img src="https://placehold.co/150x150" alt="Feature" className="mx-auto mb-6"/>
              <h4 className="text-xl font-bold mb-4">Task Management</h4>
              <p>Easily create, edit, and organize your tasks.</p>
            </div>
            <div className="text-center p-6 rounded-lg shadow-lg">
              <img src="https://placehold.co/150x150" alt="Feature" className="mx-auto mb-6"/>
              <h4 className="text-xl font-bold mb-4">Calendar Integration</h4>
              <p>Sync your tasks with your calendar seamlessly.</p>
            </div>
            <div className="text-center p-6 rounded-lg shadow-lg">
              <img src="https://placehold.co/150x150" alt="Feature" className="mx-auto mb-6"/>
              <h4 className="text-xl font-bold mb-4">Collaboration</h4>
              <p>Share and collaborate on tasks with your team.</p>
            </div>
          </div>
        </div>
      </div>

      {/* Testimonials Section */}
      <div className="bg-gray-100 text-gray-800 py-16">
        <div className="container mx-auto px-6">
          <h3 className="text-3xl font-bold text-center mb-12">What Our Users Say</h3>
          <div className="grid grid-cols-1 md:grid-cols-2 gap-8">
            <div className="bg-white p-6 rounded-lg shadow-lg">
              <p>"TaskMaster has revolutionized the way I manage my tasks. Highly recommended!"</p>
              <p className="text-sm text-gray-600 mt-4">- John Doe</p>
            </div>
            <div className="bg-white p-6 rounded-lg shadow-lg">
              <p>"The calendar integration is a game-changer. I can't imagine my life without it."</p>
              <p className="text-sm text-gray-600 mt-4">- Jane Smith</p>
            </div>
          </div>
        </div>
      </div>

      {/* Pricing Section */}
      <div className="bg-white text-gray-800 py-16">
        <div className="container mx-auto px-6">
          <h3 className="text-3xl font-bold text-center mb-12">Pricing</h3>
          <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
            <div className="text-center p-6 rounded-lg shadow-lg">
              <h4 className="text-xl font-bold mb-4">Basic</h4>
              <p className="text-2xl font-bold mb-4">$5<span className="text-sm">/month</span></p>
              <ul className="mb-6">
                <li>Task Management</li>
                <li>Basic Support</li>
              </ul>
              <button className="px-6 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700">Choose Plan</button>
            </div>
            <div className="text-center p-6 rounded-lg shadow-lg bg-gradient-to-r from-purple-500 to-pink-500 text-white">
              <h4 className="text-xl font-bold mb-4">Pro</h4>
              <p className="text-2xl font-bold mb-4">$10<span className="text-sm">/month</span></p>
              <ul className="mb-6">
                <li>Task Management</li>
                <li>Calendar Integration</li>
                <li>Priority Support</li>
              </ul>
              <button className="px-6 py-2 bg-white text-purple-600 rounded-lg hover:bg-gray-100">Choose Plan</button>
            </div>
            <div className="text-center p-6 rounded-lg shadow-lg">
              <h4 className="text-xl font-bold mb-4">Enterprise</h4>
              <p className="text-2xl font-bold mb-4">$20<span className="text-sm">/month</span></p>
              <ul className="mb-6">
                <li>Task Management</li>
                <li>Calendar Integration</li>
                <li>Collaboration</li>
                <li>Dedicated Support</li>
              </ul>
              <button className="px-6 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700">Choose Plan</button>
            </div>
          </div>
        </div>
      </div>

      {/* Footer */}
      <footer className="bg-black bg-opacity-50 text-white py-6">
        <div className="container mx-auto px-6 flex justify-between items-center">
          <p>&copy; 2025 TaskMaster. All rights reserved.</p>
          <div className="flex space-x-4">
            <a href="#" className="hover:text-gray-400">Privacy Policy</a>
            <a href="#" className="hover:text-gray-400">Terms of Service</a>
          </div>
        </div>
      </footer>
    </div>
  );
};

export default App;

Plus de Recommandations

Voir Tout

创建AI安卓应用

技术开发en
4.0

Create applications ai for android the name app is a aw ai.eg the app can make photo and video the ai He must be smart and ai can speak Arabic

AI应用安卓开发智能助手20/06/2025

Archive.org 电影搜索

技术开发en
4.0

make a app that find all full popular movies on https://archive.org/

电影搜索Archive.org应用开发19/06/2025

专业应用设计指南

技术开发en
4.0

Design a professional application that remembers all the information, which is the customer's phone number and all the tasks you have performed, with dates and alerts when the time is completed and the customer must be contacted.

应用设计任务管理客户联系17/06/2025

Mr. Fanny 应用开发指南

技术开发en
4.0

Create a professional mobile application called "Mr. Fanny" that works on both Android and iOS. The app connects customers with home service technicians (electricians, plumbers, AC technicians, etc.). It must support both Arabic and English languages. 🔹 The app should have 3 main interfaces: 1. Customer Interface: - Ability to sign up or log in. - Choose type of service needed. - Enter location/address. - Provide phone number. - Submit service request and receive confirmation notification. 2. Technician Interface: - Sign up or log in. - Fill in registration form (name, service type, area, phone number, profile photo). - View list of incoming service requests. - Update status of each request (e.g., In Progress / Completed). - Dedicated page named “My Payments” showing the commission due with a "Mark as Paid" button. 3. Admin Panel: - Admin can review technician registrations and approve/reject them. - View list of approved technicians. - Monitor all service requests (open and completed). - Track technician payments. 🔔 Notifications: - Technician gets notified when a new request arrives. - Admin gets notified when a new technician signs up. 🧾 Future Features (optional for later development): - Customer rating system for technicians. - In-app chat between customer and technician. - In-app payment for services and commissions. - Allow customers to attach images of the issue when sending requests. 🖌️ Design Requirements: - Simple, user-friendly interface. - Touch-friendly and responsive for all screen sizes. - RTL support for Arabic and LTR for English. - Modern and clean layout. I want the full application built using HTML, CSS, and JavaScript only. It should be ready to upload on platforms like AppsGeyser or run in a WebView inside a mobile app.

移动应用HTML开发多语言支持13/06/2025

定制Chrome新标签页

技术开发en
4.0

Create a Chrome Extension that fully customizes the new tab page with the following features: 1. Replace the default Google new tab page with a transparent custom design that includes: - A search bar only (without the Google logo). - Islamic prayer times for Marrakech (GMT+1), fetched via Aladhan API or similar. - A daily Quranic verse in "Quran" font with: - Audio playback option with selectable voices (top 5 reciters: Abdul Basit, Al-Afasy, Maher Al-Muaiqly, Ahmed Al-Ajmi, Faris Abbad). - Related Hadith and wisdom of the day. - Tafsir of the verse from an Islamic source (Tafsir API). - This content changes on every new tab open. 2. A fully Arabic football live fixture panel showing: - Matches currently being played, today, and tomorrow. - Includes team names, match times, and TV channels (open/encrypted). - Covers top leagues: Arab, European, Asian, Latin American, and major international tournaments. - Data can be fetched from api-football or LiveScore APIs. 3. Weather widget for Marrakech: - Shows current temperature, humidity, wind speed, and 2-day forecast. - Use OpenWeatherMap API (Arabic language, metric units). 4. A custom shortcuts section: - Grid-style favorite website icons (e.g., YouTube, Amazon, Reddit, Twitch). - Support for drag-and-drop reordering. Design requirements: - Fully responsive UI with light/dark mode support. - Arabic as the default language, with optional English. - Clean and modern layout. Target users: Arabic-speaking Chrome users who want a spiritual, informative, and useful custom new tab experience.

Chrome扩展伊斯兰文化足球赛事12/06/2025

React调用MercadoPago

技术开发en
4.0

Calling the init_point https://www.mercadopago.com.co/checkout/v1/redirect?pref_id= mercadopago from react

ReactMercadoPagoAPI11/06/2025