-
Notifications
You must be signed in to change notification settings - Fork 14
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
[UI/Frontend] Color Recommendation Portal #30
Comments
@jatingodnani, you might be interested in working on this part. |
Can I work on this issue. I can build the frontend in ReactJS with a python based backend. |
Hello @riyasai22, you can start working on the issue. For backend processing, currently, you can refer to solutions provided towards #40. Hence, along with the mandatory input text field, do provide an alternate option to browse an image, too. |
@ravi-prakash1907 Using Flask I have written code for the frontend of the color recommendation system |
## Pull Request for Issue #30 ### Description This pull request addresses issue #30, which involves the development of the [UI/Frontend] Color Recommendation Portal. Here are the key changes included in this PR: - Created an interactive web portal for users to input text. - Integrated the Flask backend to handle text input and generate color recommendations. - Designed a modern and colorful user interface with a gradient background. - Displayed recommended colors in square boxes below the input field.
Text-Based Color Recommendation 🌈
We require a user-friendly front-end interface 🖥️ to facilitate the user with a form for inputting text. This text input will be transmitted to the backend/API, and the received response should consist of a set of color shades 🎨 (in hexadecimal form, e.g., #FFFFFF for white).
Key Tasks:
About the Processing:
Your contributions to this feature will enhance the user experience by providing dynamic color recommendations, enriching the functionality of the
dyPixa
project. 🚀🌈NOTE: Refer to Issue #5 for more details.
The text was updated successfully, but these errors were encountered: