#Frontend Deployed Link: https://url-minimizer02.netlify.app/ #Backend Deployed Link: https://url-shortener-e83c.onrender.com
Welcome to the URL Shortener web application! This project is designed to simplify the process of shortening long URLs, making them more manageable and shareable. Whether you need to share links on social media, in emails, or anywhere else, our tool streamlines the process for you.
-
URL Shortening: Easily convert long URLs into short, easy-to-share links.
-
Analytics: Track the performance of your shortened links with detailed analytics.
-
User-Friendly Interface: A simple and intuitive interface for a seamless user experience.
-
Responsive Design: Ensures that the application looks great on various devices and screen sizes.
-
*Home Pgae
- Frontend: Built with React for a modern and responsive user interface.
- Backend: Utilizes Node.js and Express for the server and API functionality.
- Database: MongoDB is used to store and manage URL data.
- Styling: Tailwind CSS for sleek and responsive design.
- Routing: React Router for client-side routing.
- Deployment: Hosted on [Your Hosting Service] and [Your Database Hosting Service].
- Enter the long URL you want to shorten in the provided input field.
- Click the "Submit" button to generate a short URL.
- Copy and share the shortened URL with others.
- Monitor link performance using the provided analytics.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MSaifKhan01/URL-Shortner.git -
Navigate to the project directory:
cd URL-Shortner -
Frontend:
cd my-react-app -
Install dependencies:
npm install -
Start the development server:
npm start -
Backend:
cd Backend -
Install dependencies:
npm install -
Start the development server:
npm run server
Have questions or feedback? Feel free to reach out on LinkedIn.
Thank you for using our URL Shortener web application!