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

https://github.com/samnoonabrar/shorturlgen

A URL shorter application built using React library
https://github.com/samnoonabrar/shorturlgen

js reactjs scss tinyurl-api

Last synced: 2 months ago
JSON representation

A URL shorter application built using React library

Awesome Lists containing this project

README

        

# shortUrlGen
A URL shorter application built using React library

## Badges

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)

## Tech Stack
Tools: HTML, SCSS, JavaScript, React

## Build using Docker

```
docker build -t short_url_gen:0.1.0 .
```

## Run using Docker

```
docker run --rm -it --network host short_url_gen:0.1.0
```
Open browser on host IP Address with Port `5173` like following:

```
http://127.0.0.1:5173/
```
## Contributing

Contributions are always welcome!

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.

## Support

For support, email [email protected]

## Feedback

If you have any feedback, please reach out to us at [email protected]