An open API service indexing awesome lists of open source software.

https://github.com/nivindulakshitha/url-shortener

Simple URL Shortener for everyday tasks!
https://github.com/nivindulakshitha/url-shortener

mongodb nextjs tailwindcss typescript

Last synced: 26 days ago
JSON representation

Simple URL Shortener for everyday tasks!

Awesome Lists containing this project

README

        

# URL-Shortener

Simple URL Shortener for everyday tasks!

## Features

- Shorten long URLs
- User-friendly interface
- Track URL usage
- Customizable short URLs

## Installation

1. Clone the repository:
```sh
git clone https://github.com/nivindulakshitha/URL-Shortener.git
```
2. Navigate to the project directory:
```sh
cd URL-Shortener
```
3. Install dependencies:
```sh
npm install
```

## Usage

1. Start the application:
```sh
npm start
```
2. Open your browser and go to `http://localhost:3000`

## Contributing

1. Fork the repository
2. Create a new branch: `git checkout -b feature/your-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin feature/your-feature`
5. Open a pull request

## License

This project is licensed under the MIT License.