A responsive React application for creating beautiful CSS gradients with an intuitive visual interface. Generate, customize, and export gradient code for your web projects.
- Add/remove color stops with simple controls
- Support for linear, radial, and conic gradients
- Real-time gradient preview
- Automatic CSS code generation
- One-click copy to clipboard
- Clean, formatted code output
- Professionally designed presets
- Node.js (v14+)
- npm or yarn
- Clone the repository:
git clone https://github.com/aneesh-acharyeah/css-gradient-generator-react.git
- Install dependencies:
npm install
- Start the development server:
npm start