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!
- Host: GitHub
- URL: https://github.com/nivindulakshitha/url-shortener
- Owner: nivindulakshitha
- License: cc0-1.0
- Created: 2024-10-06T04:28:03.000Z (8 months ago)
- Default Branch: Master
- Last Pushed: 2025-03-08T04:32:48.000Z (3 months ago)
- Last Synced: 2025-03-31T13:26:02.363Z (2 months ago)
- Topics: mongodb, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://briefurl.vercel.app/
- Size: 493 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.