inaxia / hashcode_web

This project is build to make coding knowledge available to every places through app and web. This is an online platform to learn different languages from the best hand-picked courses.
http://hashcode-web.herokuapp.com
MIT License
7 stars 7 forks source link

opening external links in new tab #10

Open tusharnankani opened 3 years ago

tusharnankani commented 3 years ago

Desciption and why is this needed to be done?

image

The repl.it platform should open in a new tab because:

Implementation:

placing target="_blank" in the a tag would do the job.

@Nishant2907

Nishant2907 commented 3 years ago

Yes, that would be useful, although the button where the list shows 3 options will be removed soon once we get a stable coding platform where the user can code without signing up. If you run the website and go to the coding platform, repl.it will ask the user to sign up. If you know any possible coding ground that doesn't require signing up of the users then u can send me the link to the coding ground. Once its reviewed, u can raise a PR for that.

tusharnankani commented 3 years ago

If you know any possible coding ground that doesn't require signing up of the users then u can send me the link to the coding ground.

How about snipp.in?

Nishant2907 commented 3 years ago

Does it support the programming languages we have in the website? Kindly check and tell.

tusharnankani commented 3 years ago

Does it support the programming languages we have in the website? Kindly check and tell.

@Nishant2907 It is an in-browser code editor that supports a bunch of languages. Note: It is an editor, and not a compiler.

If a compiler is needed, the best one would be onlinegdb that supports most of the languages. There are a bunch of free JavaScript editors and compilers without signing up, but that is language-specific.