Skip to content

Commit 3913598

Browse files
authored
Merge pull request #4 from Nyae44/add-README
add README.md
2 parents 7e426a0 + 964de37 commit 3913598

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# URL Shortener Application
2+
3+
A simple Go-based web application that allows users to shorten URLs. The application generates a unique shortened URL for every input URL using SHA-256, stores it in a SQLite database, and redirects users to the original URL when they access the shortened link.
4+
5+
---
6+
7+
## **Features**
8+
- Shorten any URL quickly.
9+
- Persistent storage using SQLite.
10+
- Redirection from shortened URLs to the original website.
11+
- Simple and intuitive user interface.
12+
13+
---
14+
15+
## **Screenshots**
16+
17+
18+
### Shortened URL Result
19+
Once you shorten a URL, the application provides a shortened link that you can copy to the clipboard.
20+
![Shortened URL Result](https://github.com/Nyae44/url-shortener-app/blob/master/screenshots/url_shortener.png)
21+
22+
---
23+
24+

screenshots/url_shortener.png

29 KB
Loading

0 commit comments

Comments
 (0)