An open API service indexing awesome lists of open source software.

https://github.com/abh3shek/gradient_generator_vanillajs

This is a basic gradient generator built using pure HTML, CSS, JS
https://github.com/abh3shek/gradient_generator_vanillajs

css deployed html javascript surge

Last synced: 3 months ago
JSON representation

This is a basic gradient generator built using pure HTML, CSS, JS

Awesome Lists containing this project

README

          

# Gradient Generator

A minimal and responsive gradient background generator built using HTML, CSS, and JavaScript. The app allows users to generate random linear gradients, customize their own, and copy the resulting CSS code for use in other projects.

## Live Demo

https://gradient-generator-abh3shek.surge.sh

## Tech Stack

- HTML5
- CSS3
- JavaScript (Vanilla)

## Features

- Generate random linear gradients
- Manually choose two colors
- Copy generated CSS to clipboard
- Live preview of gradient
- Responsive design for all screen sizes

## Project Structure

gradient-generator/
├── index.html
├── styles/
│ └── style.css
├── scripts/
│ └── script.js
├── LICENSE
└── README.md

## How to Run Locally

1. Clone the repository:

```bash
git clone https://github.com/your-username/gradient-generator.git
```

2. Navigate into the project folder:

```bash
cd gradient_generator
```

3. Open index.html in your browser (live server)

## Example Output

background: linear-gradient(to right, #3498db, #8e44ad);

## License

This project is licensed under the MIT License.

## Author

Built by abh3shek
github: https://github.com/Abh3shek