Skip to content

A tool designed to create visually appealing gradient text for various applications. This project provides an easy-to-use interface where users can input their text and choose from a wide range of gradient color options. The generated text can be used in websites, digital art, presentations, and more.

Notifications You must be signed in to change notification settings

GoatMoaz/Gradient-Text-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/GoatMoaz/Gradient-Text-Generator.git
  2. Navigate into the project directory:
    cd gradient-text-generator
  3. Install depenedcies:
    # npm
    npm install
    
    # pnpm
    pnpm install
    
    # yarn
    yarn install
    
    # bun
    bun install
  4. Start the development server:
    # npm
    npm run dev
    
    # pnpm
    pnpm run dev
    
    # yarn
    yarn dev
    
    # bun
    bun run dev
  5. Open your web browser and visit http://localhost:3000 to see gradient text generator in action.

Features

  • Custom Gradients: Choose from a selection of pre-defined gradients or create your own custom gradients.
  • Live Preview: See how your gradient text will look in real-time as you make adjustments.
  • Easy Copy: Simple copy-to-clipboard functionality for quick and easy use of the generated code.
  • CSS Output: Provides the necessary CSS code to embed the gradient text into your projects.

Technologies Used

  • Nuxt3.JS - JavaScript framework for building user interfaces
  • HTML/TailwindCSS - Structure and styling the project
  • JavaScript - Main Logic for the whole project
  • Markdown - Documentation format

Contributing

Contributions are welcome! If you'd like to contribute to gradient-text-generator, please fork the repository, make your changes, and submit a pull request.

About

A tool designed to create visually appealing gradient text for various applications. This project provides an easy-to-use interface where users can input their text and choose from a wide range of gradient color options. The generated text can be used in websites, digital art, presentations, and more.

Topics

Resources

Stars

Watchers

Forks