-
Notifications
You must be signed in to change notification settings - Fork 20
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
Responsiveness #3
Comments
@MUDITJAINN I would be happy to work on this. |
hey can i help u..? pls assign me |
Hey @MUDITJAINN I would like to work on it |
Hi @MUDITJAINN , Could you please assign this issue to me? I would love to work on it and will ensure to provide the best solution. |
😂😂😂 bhai vo mayank ko sikha rha tha tab likha hai ... Roo mat
…On Fri, Oct 4, 2024, 1:14 AM Vansh Chitransh ***@***.***> wrote:
@mohit-1710 <https://github.com/mohit-1710> bkl
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKMSBDXHN2Z53LSGST27ZWDZZWNBLAVCNFSM6AAAAABPJSZYBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSGE4TOOBVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@lightning-sagar You can start working on this. |
@mayank-0789 @mohit-1710 you go through the website and propose new issues and features. |
@MUDITJAINN are these ok?? added responsive.... |
The current website lacks proper responsiveness, leading to a suboptimal user experience on various devices (mobile, tablet, desktop). Ensuring that the website is fully responsive is essential for delivering a consistent, seamless experience across all screen sizes and devices, especially for users who may access the platform on mobile devices.
Expected Behavior:
Responsive Layout: The website should automatically adjust its layout to fit different screen sizes, including mobile phones, tablets, and desktops, ensuring that content remains accessible and visually appealing.
Mobile Optimization: Elements like navigation menus, buttons, forms, and text should resize and reposition appropriately for smaller screens without cutting off content or affecting functionality.
Flexible Images and Media: All images, videos, and other media should scale fluidly, maintaining their aspect ratio and ensuring they do not overflow their containers on smaller screens.
Breakpoints: The website should utilize CSS media queries to define breakpoints for various screen sizes (e.g., 320px for mobile, 768px for tablets, 1024px+ for desktops).
Test Across Devices: The design should be tested on various devices to ensure consistency in appearance and usability, avoiding issues like overlapping text, cropped images, or broken layouts.
Use CSS Flexbox or Grid layouts along with media queries to create a responsive design. Implement mobile-first development practices, ensuring that smaller screens are prioritized and progressively enhanced for larger screens. Make use of CSS frameworks like Bootstrap or Tailwind CSS to help manage responsiveness more efficiently, or customize your own responsive CSS styles for maximum control. Additionally, use browser dev tools for testing and debugging across different device viewports.
The text was updated successfully, but these errors were encountered: