A simple React application to shorten URLs using the shrtcode API. This app allows users to input long URLs and receive shortened versions, making links easier to share, especially on social media platforms.
View the live project here. (Add your live link here)
Follow these steps to clone and run this project locally.
Clone the repository:
git clone https://github.com/your-username/url-shortener.git
Navigate to the project directory:
cd url-shortener
Install dependencies:
npm install
Start the development server:
npm start
After running the above command, the project will be available at http://localhost:3000 in your browser.
We welcome contributions! Follow these steps to contribute:
Fork the repository: Click the 'Fork' button on the top right of this repository page to create a copy of this repo in your GitHub account.
Clone your forked repository:
git clone https://github.com/your-username/url-shortener.git
Create a new branch:
git checkout -b feature/your-feature-name
Make your changes: Implement the feature or fix the bug.
Commit your changes:
git commit -m "Add a brief description of the feature or fix"
Push to your fork:
git push origin feature/your-feature-name
Create a Pull Request: Go to the original repository and create a new pull request. Provide a clear description of your changes in the pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
### Instructions:
1. **Replace placeholders**:
- Replace `https://github.com/your-username/url-shortener.git` with your actual repository URL.
- Add your **live project link** under the `Demo` section.
This format provides detailed but concise instructions for users to clone, run, and contribute to the project.