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
- Host: GitHub
- URL: https://github.com/samnoonabrar/shorturlgen
- Owner: samnoonabrar
- License: gpl-3.0
- Created: 2023-07-02T05:40:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T15:59:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T05:30:16.883Z (4 months ago)
- Topics: js, reactjs, scss, tinyurl-api
- Language: JavaScript
- Homepage: https://short-url-gen.vercel.app
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# shortUrlGen
A URL shorter application built using React library## Badges
[](https://opensource.org/licenses/)
[](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/
```
## ContributingContributions 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]