opening external links in new tab
Nobody has claimed this yet.
- Dominant language
- EJS
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Desciption and why is this needed to be done?

The `repl.it` platform should open in a new tab because:
- the platform takes a few seconds to setup and create the environment.
- moreover, it is an external link, hence while it sets up, the user can browse through the website.
## Implementation:
placing `target="_blank"` in the `a` tag would do the job.
@Nishant2907
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the project templates for the anchor containing the repl.it link and inspect its surrounding markup. Update that external link to open in a new tab, then verify the rendered link behaves as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100