Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Gradient Generator #63

Closed
joharkhan99 opened this issue May 8, 2024 · 6 comments · Fixed by #68
Closed

CSS Gradient Generator #63

joharkhan99 opened this issue May 8, 2024 · 6 comments · Fixed by #68
Assignees
Labels
enhancement New feature or request Feature

Comments

@joharkhan99
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Many web developers frequently need to create custom CSS gradients for various design elements such as backgrounds, buttons, and overlays. However, manually crafting these gradients can be time-consuming and error-prone.

Describe the solution you'd like
I propose adding a CSS Gradient Generator tool to WebDev Tools. This tool would allow developers to easily generate custom CSS gradients by selecting colors, direction, and gradient type (linear or radial) through an intuitive interface. The generated CSS code could then be copied directly for use in web projects.

Describe alternatives you've considered
One alternative is to rely on existing online gradient generators. However, integrating this feature directly into WebDev Tools would provide a seamless workflow for developers, eliminating the need to switch between multiple tools and websites.

Additional context
CSS gradients are a fundamental design element in modern web development, and having a built-in generator within WebDev Tools would enhance the platform's utility for developers of all skill levels. This feature would streamline the process of creating visually appealing gradients, saving time and effort in the development process.

@Bashamega Bashamega added enhancement New feature or request Feature labels May 9, 2024
@Bashamega
Copy link
Owner

It is a cool idea. Would you like to work on it?

@joharkhan99
Copy link
Contributor Author

Yes that would be great. You can assign it to me and I will start working on it.

@Bashamega
Copy link
Owner

Yes that would be great. You can assign it to me and I will start working on it.

Great

@joharkhan99
Copy link
Contributor Author

I'm planning to start working on the CSS Gradient Generator feature. Should I create a new branch for this task, or is it preferable to work directly on the main branch?

Also it would be beneficial to include instructions in the README.md file regarding whether contributors should create a new branch for their work or directly commit to the main branch. This practice ensures clarity for future contributors and maintains consistency in the project's development workflow.

@Bashamega
Copy link
Owner

I'm planning to start working on the CSS Gradient Generator feature. Should I create a new branch for this task, or is it preferable to work directly on the main branch?

Also it would be beneficial to include instructions in the README.md file regarding whether contributors should create a new branch for their work or directly commit to the main branch. This practice ensures clarity for future contributors and maintains consistency in the project's development workflow.

You should create a new branch. If you want you can add it to the README

@joharkhan99
Copy link
Contributor Author

ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants