Skip to content

mayank-aggrwal/short-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 SHORTT-LY (URL-Shortener) front-end

A simple yet useful web service to compress long URLs into shorter ones.

Fully responsive website for shortening URLs using only HTML, CSS, JS

API (Backend)

https://shortt-ly.herokuapp.com/

GIT REPO : https://github.com/mayank-aggrwal/URL-shortener


Frontend

https://mayank-aggrwal.github.io/short-url/


Sreenshots

Desktop

GIF

Mobile

GIF

Features

  1. General URL shortening
  2. Custom URL shortening
  3. Easy to integrate with other applications

Instructions

  • Clone the repository
  • Open index.html to view webpage

Additional helpful commands

Touch alternative in windows powershell :

$null > file_name.cpp

Configure GIT :

git config --global user.email "user_mail"
git config --global user.name "user_name"
NOTE: Make .gitignore file after initialising the GIT repository

To checkout a particular branch:

git checkout <branch-name>

To list all the branches in the git repository:

git branch -a

To merge a branch into master branch:

Change to master branch

git checkout master
git merge <branch-name>

To see git branch graphs in terminal:

git log --graph --oneline --decorate --all

To see all remotes

git remote -v

To push all branches to remote repository

git push --all <remote-origin>

To add a new remote to push changes to

git remote add new-remote-origin-name https://github.com/user_name/repo.git

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Check Contributing.md for more instructions.

License

MIT