https://github.com/akash-nath29/shortifyjs
A URL Shortener application made with pure html, css and javascript
https://github.com/akash-nath29/shortifyjs
Last synced: 29 days ago
JSON representation
A URL Shortener application made with pure html, css and javascript
- Host: GitHub
- URL: https://github.com/akash-nath29/shortifyjs
- Owner: Akash-nath29
- License: mit
- Created: 2023-09-04T17:31:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T15:37:14.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:37.100Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShortifyJS - URL Shortener
ShortifyJS is a simple URL shortener application created using HTML, CSS, and JavaScript. It allows users to convert long URLs into short, easy-to-share links.
## Features
- Shorten long URLs quickly and easily.
- Copy the shortened URL to your clipboard with one click.
- Customizable short link aliases (if available).
- View the total number of times each short link has been clicked.
- Responsive and user-friendly web interface.## Getting Started
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Akash-nath29/shortifyJS.git
```2. Open the `index.html` file in your web browser.
3. Start shortening URLs!
## Usage
1. Enter a long URL in the input field.
2. Optionally, provide a custom alias (if available).
3. Click the "Shorten" button to generate the short link.
4. Click the "Copy" button to copy the short link to your clipboard.## Demo
You can try ShortifyJS by visiting the live demo [here](https://akash-nath29.github.io/shortifyJS/).
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the application.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Akash-nath29/shortifyJS/blob/main/LICENSE) file for details.
## Acknowledgments
- The project uses the [Shrtco.de API](https://shrtco.de/) for URL shortening.
Thank you for using ShortifyJS! If you have any questions or feedback, please don't hesitate to contact us.