Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔗 URL-Shortner

Shorten your long URLs instantly


✨ Features

  • Convert long URLs to short links instantly
  • Clean and simple interface
  • Production-ready setup
  • Open source

🛠 Tech Stack

Backend: Node.js, Express.js, CORS enabled
Frontend: (Your framework - React/Vanilla JS)


📁 Project Structure

URL-Shortner/
├── Backend/      # API server
├── Frontend/     # User interface
├── README.md
└── package.json

🚀 Quick Start

Prerequisites

  • Node.js installed

Installation

# 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 start

Environment Variables

Create .env in Backend folder:

PORT=5000

Development

This project is actively maintained and improved!!.

💻 Usage

  1. Open http://localhost:3000 in browser
  2. Paste your long URL
  3. Click "Shorten"
  4. Copy your new short URL

🤝 Contributing

  1. Fork the repo
  2. Create feature branch (git checkout -b feature/amazing)
  3. Commit changes (git commit -m 'Add amazing feature')
  4. Push to branch (git push origin feature/amazing)
  5. Open a Pull Request

📄 License

MIT License


⭐ Support

Give a star if this helped you!


Project Link: https://github.com/Mithuna-spec/URL-Shortner

About

Full-stack URL shortener with a Node.js and Express backend for generating and serving short links through a simple web interface.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages