NegiAkash890 / editor-frontend

Online Code Compiler Frontend Repository
https://editor.akashnegi.in/
17 stars 12 forks source link

Adding some boilerplate code #4

Closed developer-diganta closed 2 years ago

developer-diganta commented 2 years ago

The text area can have a default value depending on the language selected. Like for c++, the initial display may be :

include<bits/stdc++.h>

using namespace std; int main(){ //Input the code here } If this is a valid issue, I can work on it.

NegiAkash890 commented 2 years ago

Hi @developer-diganta you can work on it. I think project might already have some logic to handle this but its was not implemented due to some reason. Let me know if you face any issue.

developer-diganta commented 2 years ago

Yes I think we can combine both together.. Also another thing is we can introduce more stuff like account etc. and then redux becomes helpful...