SavviURL: URL Shortener
Project Overview: SavviURL is a URL shortener that helps you shorten long URLs.
Objectives
- Develop a user-friendly URL shortener that allows users to shorten long URLs.
Features
- URL Shortening:
- Users can shorten long URLs.
- API:
- Being API allows users to shorten long URLs from the command line.
Technology Stack
- Frontend: Astro.js
- Backend: Golang
Things I Learneed building this project
- Learned Astro.js.
- How to build an API in Golang.
- How to use the
net/http
package to create an API in Golang. - System design for a URL shortener.
Future Development
- Add analytics to the URL shortener to track the number of clicks on the shortened URL and the source of the clicks.