Simple tool using HTML, CSS and JavaScript (without using any framework or library) which takes three inputs and generates a URL.
- Fork this repository
- Inside the 'project' folder, write your HTML code in index.html, CSS in stylesheets.css and JavaScript code in script.js.
- Once done, you can submit a pull request.
- Original URL: http://google.com
- Source: PSV
- Team: info@progate.com
http://google.com#src=PSV&team=info@progate.com
- Input validation (ex - if 'Original URL' is not a link or 'Team' is not an email, display an error)
- 'Copy URL' button which copies the generated URL to clipboard.
