DhanushNehru / CustomCodeEditor

A web-based tool that allows users to write, test, and execute code in various programming languages seamlessly
https://custom-code-editor.vercel.app/
Apache License 2.0
31 stars 39 forks source link

Website Responsiveness Issue for Mobile Devices #156

Closed poshithNandyala closed 3 weeks ago

poshithNandyala commented 4 weeks ago

I’ve noticed that CustomCodeEditor’s interface is not fully responsive, especially on mobile devices. Several elements, such as buttons, the code editor window, and other UI components, are misaligned or overlapping on smaller screens (below 768px width). This makes it difficult for mobile users to interact with the platform efficiently.

I would like to work on making the website fully responsive to enhance the user experience on mobile devices and ensure proper usability across all screen sizes.

Expected Behavior: The code editor and buttons should resize appropriately for mobile screens. All UI components should be well-aligned and accessible, ensuring a smooth experience for users on devices of all screen sizes.

Screenshots: image

poshithNandyala commented 4 weeks ago

I would like to work on this issue and contribute to it as part of the Hacktoberfest event.