GradientTextify is a React application designed to help users discover and preview stunning text gradient combinations for their web projects. This project allows users to easily copy gradient styles and integrate them into their Tailwind CSS applications.
Check Out: GradientTextify
- Interactive Gradient Preview: Users can view various gradient combinations and see how they look in real-time.
- Copy to Clipboard: Easily copy gradient CSS styles with a single click.
- Reset Functionality: Reset the preview text color to its original state.
- Responsive Design: The application is mobile-friendly and adapts to different screen sizes.
To get started with GradientTextify, follow these steps:
-
Clone the Repository:
git clone https://github.com/megh-bari/gradient-textify.git
-
Navigate to the Project Directory:
cd gradient-textify
-
Install Dependencies:
npm install
-
Run the Application:
npm start
The application will be available at http://localhost:{port}
.
Once the application is running, you can:
- Browse through various gradients displayed in cards.
- Click on the "Copy" button to copy the gradient CSS to your clipboard.
- Click on "Preview" to see the selected gradient applied to the text.
- Use the "Reset Preview" button to clear any selected gradients.
Contributions are welcome! If you would like to contribute, please fork the repository and submit a pull request.
Made by @megh_bari