Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nof1eld/shorted-url-shorcut-app
https://github.com/nof1eld/shorted-url-shorcut-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nof1eld/shorted-url-shorcut-app
- Owner: nof1eld
- Created: 2024-06-11T23:02:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T19:49:02.000Z (8 months ago)
- Last Synced: 2024-06-21T13:53:31.802Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shorted
Shorted is a simple yet powerful URL shortener web application built during Infobrains' Web development Hackathon. It allows users to create short, memorable aliases for long URLs, making it easier to share links across different platforms.
## Features
- Shorten long URLs into concise aliases
- Copy shortened URLs to clipboard with a single click
- History of shortened links
- Responsive and user-friendly interface## Technologies Used
- Front-end: HTML, CSS, JavaScript
- Back-end: Infobrains' URL shortener API## Getting Started
### Prerequisites
- A modern web browser
### Installation
1. Clone the repository:
```bash
git clone https://github.com/nof1eld/Shorted-url-shorcut-app.git
```2. Navigate to the project directory:
```bash
cd Shorted
```3. Open index.html in your preferred web browser.
Note: This project only includes the frontend code. The backend functionality is handled by Infobrains' URL shortener API.
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## Acknowledgments
We would like to thank the organizers of Infobrains Club for providing us with an opportunity to showcase our skills and build this project.