Get your links shorten in seconds
Teeny-Weeny is a URL-shortening app which helps you to keep your links shorter and memorable. It gives you a link whose length is between 15 to 20 characters.
HTML |
CSS |
JavaScript |
To get a local copy in your machine and running up follow the following steps.
-
Clone the repo use the following command:
git clone https://github.com/<your-github-username>/url-shortening
- Navigate to project directory
cd url-shortening
```
4. Make your changes
5. create your branch by running the following the command
```bash
git branch <name_your_branch>
- Switch to your branch
git switch <your_branch>
- Push to your repo by using the following command
git push origin <your_branch>
- Open a Pull request
If you aren't aware about how to make pull requests read this.
Thanks for reading!