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

Improve the styling of the Nav bar #16

Closed nafees87n closed 3 years ago

kailash360 commented 3 years ago

@nafees87n, can I work on this?

nafees87n commented 3 years ago

@kailash360 Sure

kailash360 commented 3 years ago

@nafees87n , for the navbar, can I use Material UI icons? For now the navbar looks like this. image

aaryak-shah commented 3 years ago

@kailash360 looking good!

Yes it should be alright to use material icons, but can you elaborate a bit on what you will use it for?

kailash360 commented 3 years ago

I wanted to add icons on tne navbar elements. I used react-icons instead. image Any changes to be made?

nafees87n commented 3 years ago

Awesome! Looks good. Make the PR.

kailash360 commented 3 years ago

I have created PR #17 for this issue.