Frontend UI/UX Design Ideas #11
Replies: 3 comments 10 replies
-
Are you looking to do it via the Express itself or use any framework? |
Beta Was this translation helpful? Give feedback.
-
Hi @hoichoidev, would plain old HTML CSS work? I have already started working on it after I asked to assign the issue to me |
Beta Was this translation helpful? Give feedback.
-
I have a UI/UX idea like it could be as follows:
|
Beta Was this translation helpful? Give feedback.
-
`# IMAGE RESIZER
Upload Image:
Original Image Size: XX KB
[Upload and Convert]
Resized Images:
New Image 1
Aspect Ratio: 16:9
Resolution: 1920x1080
Format: WebP
Size: XX KB (Reduced by XX%)
[Download]
New Image 2
Aspect Ratio: 4:3
Resolution: 1024x768
Format: AVIF
Size: XX KB (Reduced by XX%)
[Download]
... (More resized images) ...
[Footer: About] | [Contact] | [Terms]
`
Description:
Header: Contains the title of the website.
Upload Image Button: Allows users to select and upload an image.
Image Preview: Displays a preview of the uploaded image.
Original Image Size: Displays the size of the original uploaded image in KB.
Upload and Convert Button: Starts the conversion process.
New Image Sections: Each section displays:
The aspect ratio of the resized image.
The resolution of the resized image.
The format (WebP or AVIF).
The size of the resized image in KB and the reduction in size compared to the original image in percentage.
A download button to download the resized image.
Footer: Contains links to other pages or information like About, Contact, Terms, etc.
This is a basic wireframe and can be further refined and detailed based on specific requirements and design preferences.
#9
Beta Was this translation helpful? Give feedback.
All reactions