An open API service indexing awesome lists of open source software.

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

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.