All categories

Web Development

15 prompts ~29h saved in total

Make components more mobile-friendly

Streamlines responsive design updates without altering core functionality.

Adjust the existing components to be more mobile-friendly without changing their functionality. Use TailwindCSS to improve responsiveness.

Details
Add light mode and dark mode

Simplifies the process of introducing theme support.

Add light mode and dark mode to this code using the pre-installed next-theme package without introducing additional theme providers.

Details
Implement form validation

Produces well-structured validation logic and accessible error handling.

Implement form validation using Zod/Yup with proper error messages, field validation, and submission handling. Include accessibility considerations.

Details