Gradient Generator

This project is a simple and interactive gradient generator built with React. It allows users to create custom linear gradients by selecting colors and adjusting the number of color stops.

Features

  • Create linear gradients with 2 to 5 color stops
  • Real-time preview of the generated gradient
  • Add or remove color stops dynamically
  • Color picker for easy color selection

Future Improvements

  • Add ability to change gradient direction
  • Implement copy-to-clipboard functionality for CSS code
  • Add preset gradients for quick selection
  • Implement undo/redo functionality