A modern, intuitive web application for generating beautiful gradients and getting their corresponding Tailwind CSS classes. Built with Next.js 14, Tailwind CSS, and Radix UI components.
git clone https://github.com/yourusername/gradient-tailwind-gen.git
cd gradient-tailwind-gen
npm install
# or
yarn install
npm run dev
# or
yarn dev
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.