Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

3-Add-Image-Link-Form-Component #5

Closed Vladislp closed 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently, my React project doesn't have a component that allows users to upload pictures easily. This is a problem because it makes it difficult for users to share their images with the application.

Describe the solution you'd like

I would like to add a new component called "ImageLinkForm" that allows users to easily upload their pictures. The component should be an input that accepts image files, and should be centered in the middle of the screen. This will provide a convenient and user-friendly way for users to share their pictures with the application.

Describe alternatives you've considered

I've considered using a third-party library or plugin to handle image uploads, but I believe that creating a custom component will allow for greater flexibility and control over the functionality and appearance of the component.