Bashamega / WebDevTools

https://wdt.adambashaahmednaji.com/
13 stars 17 forks source link

CSS Gradient Generator #63

Closed joharkhan99 closed 1 month ago

joharkhan99 commented 1 month ago

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 commented 1 month ago

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

joharkhan99 commented 1 month ago

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

Bashamega commented 1 month ago

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

Great

joharkhan99 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

ok thanks