nafees87n / codebox

codeBox RCE is a service that provides a remote environment to run your code in. Execution occurs in a containerized space. The API supports programming in 3 languages (Python, Javascript and C++), potentially extendable to support more.
http://codebox.herokuapp.com/
MIT License
9 stars 9 forks source link

Fix the responsiveness of the page after improvement of NavBar #19

Open nafees87n opened 3 years ago

nafees87n commented 3 years ago

PRs #15 and #17 have added elements to the navbar. This has made the page unresponsive as the breakpoint is fixed at 500px. Therefore, the navbar elements are overflowing.

Attaching some screenshots for reference. Screenshot_20211010_125049 Screenshot_20211010_125035

arun-kushwaha04 commented 3 years ago

@nafees87n can I work on this issue ?

nafees87n commented 3 years ago

Sure. Go ahead

nafees87n commented 3 years ago

Hi @arun-kushwaha04 It's been a while since we have heard last. If you need any help, feel free to discuss. Thanks

Godzilla5111 commented 2 years ago

@nafees87n, I would like to work on this issue. Please assign it to me.

Godzilla5111 commented 2 years ago

@nafees87n For setting up the project locally, what am I supposed to do after installing docker?

nafees87n commented 2 years ago

@Godzilla5111 You can find the docs for setting up locally here https://github.com/nafees87n/codebox/blob/main/docs/DOCS.md