codeforcauseorg / edu-client

Product focuses on 100% education as well as upskilling developing countries and rural areas.
https://educlient.codeforcause.org/
MIT License
130 stars 148 forks source link

Provide online code editor option #210

Open RohankumarM opened 3 years ago

RohankumarM commented 3 years ago

If this education platform is targeting each and every learner in India then this feature is a must. Whenever a user is viewing a course provide the user with the capabilities to open an online code editor in the website itself.

We have an approved online interview feature that will require an online editor so why not use the same component for this task as well.

Deveshb15 commented 3 years ago

@Abhishek-kumar09 is this approved, if yes is anyone working on this? I would love to work on this!

Abhishek-kumar09 commented 3 years ago

I guess it is harder to have code editor on mobile view. But making code editor is very important since it will help sharing code with others and doing code compilation.

What we can do is making a code layout for web view and make it responsive afterwards for mobiles.

Also the code changes should be done in https://github.com/codeforcauseorg/codeforcause.org since the edu-client is not accepting web views as of now.

Deveshb15 commented 3 years ago

okay cool!