Shorten your long URLs instantly
- Convert long URLs to short links instantly
- Clean and simple interface
- Production-ready setup
- Open source
Backend: Node.js, Express.js, CORS enabled
Frontend: (Your framework - React/Vanilla JS)
URL-Shortner/
├── Backend/ # API server
├── Frontend/ # User interface
├── README.md
└── package.json
- Node.js installed
# Clone the repo
git clone https://github.com/Mithuna-spec/URL-Shortner.git
cd URL-Shortner
# Setup Backend
cd Backend
npm install
npm start
# Setup Frontend (in new terminal)
cd ../Frontend
npm install
npm startCreate .env in Backend folder:
PORT=5000- Open
http://localhost:3000in browser - Paste your long URL
- Click "Shorten"
- Copy your new short URL
- Fork the repo
- Create feature branch (
git checkout -b feature/amazing) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing) - Open a Pull Request
MIT License
Give a star if this helped you!
Project Link: https://github.com/Mithuna-spec/URL-Shortner