Skip to content

Simple tool built using HTML, CSS and JavaScript (without using any framework or library) which takes three inputs and generates a URL.

Notifications You must be signed in to change notification settings

sameertamrakar11/url-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

What You Will Build

Simple tool using HTML, CSS and JavaScript (without using any framework or library) which takes three inputs and generates a URL.

How To Start

  1. Fork this repository
  2. Inside the 'project' folder, write your HTML code in index.html, CSS in stylesheets.css and JavaScript code in script.js.
  3. Once done, you can submit a pull request.

Sample Input

Sample Output

http://google.com#src=PSV&team=info@progate.com

Optional Features

  • 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.

UI Mockup

Annotation 2020-07-20 090021

About

Simple tool built using HTML, CSS and JavaScript (without using any framework or library) which takes three inputs and generates a URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published