To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/GoatMoaz/Gradient-Text-Generator.git
- Navigate into the project directory:
cd gradient-text-generator - Install depenedcies:
# npm npm install # pnpm pnpm install # yarn yarn install # bun bun install
- Start the development server:
# npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev
- Open your web browser and visit http://localhost:3000 to see gradient text generator in action.
- 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.
- 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
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.