url-shortener
is a free open source project built with the T3 Stack. It is a simple service allows you to shorten any URL and keep tracking of the number of clicks on your URL. It is built with the following technologies:
Database Provider:
Deployment:
-
Clone the repo.
git clone https://github.com/t3-oss/create-t3-app.git
-
Install dependencies.
cd url-shortner npm install
-
Start developing.
npm run dev
Your site is now running at
http://localhost:3000
! -
Open the source code and start editing!
- Add Light/Dark Mode
- Add Authentication with Google, facebook and email-password authenticaion.
- Add User Dashboard
- Enable user to create custom short url
- Enable user to delete short url
- Enable user to revoke short url
- Add react table
- Infinite scroll instead of load more button
- Add comments to code
- Break the code into smaller components