The method
This prompt is perfect for quickly generating website code. Simply provide detailed specifications for the desired website, including its purpose, features, design preferences, and any specific functionalities. Target users include: web developers, designers, and students. Ideal for creating landing pages, single-page applications, or simple websites. It is best used at the beginning of the project.
The prompts
Prompt 1
Create the HTML, CSS, and JavaScript code for a responsive landing page for a fictional company called 'EcoClean Solutions.' The company provides eco-friendly cleaning services. The landing page should include a hero section with a compelling headline and a call-to-action button, a section highlighting the company's services, a section showcasing customer testimonials, and a contact form. Use a clean and modern design with a focus on green and natural colors. Ensure the code is well-commented and follows best practices for web development. Please write the code as a complete HTML file, with all the CSS embedded in style tags and the Javascript embedded in script tags at the bottom of the body.
Prompt 2
Generate the code for a simple to-do list application using HTML, CSS, and JavaScript. The application should allow users to add tasks, mark tasks as complete, and delete tasks. The tasks should be stored in local storage so they persist even after the browser is closed. The user interface should be clean and intuitive. Provide step-by-step instructions as comments in the code explaining how each part of the application works. Please make sure the CSS is embedded directly into the HTML file for ease of use.