Status : Not Completed
Welcome to TinyURLs! This is a simple and efficient URL shortener that allows users to convert long URLs into shorter, more manageable links. Whether you need to share links on social media, in emails, or for any other purpose, TinyURLs makes it easy!
- URL Shortening: Convert long URLs into short links quickly.
- User-Friendly Interface: A clean and intuitive design for easy navigation.
- Copy to Clipboard: Easily copy shortened links to your clipboard with a single click.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Analytics: Track the number of clicks on your shortened links (upcoming feature).
- Custom Aliases: Create custom short links for easy identification (upcoming feature).
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express
- Database: MongoDB (or any other database of your choice)
- Deployment: Vercel (for frontend), Heroku (for backend)
To run TinyURLs locally, follow these steps:
- Clone the repository:
git clone https://github.com/SURAJSHARMA-ind/URLShortner.git cd URLShortner