GithubHelp home page GithubHelp logo

origranot / reduced.to Goto Github PK

View Code? Open in Web Editor NEW
556.0 2.0 257.0 19.85 MB

Free Modern URL Reducer. Make sure to share love by giving it a star.๐ŸŒŸ Have a great day!

Home Page: https://reduced.to

License: MIT License

JavaScript 1.58% CSS 1.52% TypeScript 96.32% Dockerfile 0.58%
html css nodejs contributions-welcome nestjs url-shortener tailwindcss typescript docker qwik

reduced.to's People

Contributors

achiyahb avatar aigdonia avatar aliabbasjaffri avatar barkhaaroraa avatar biancam5 avatar dependabot[bot] avatar detronetdip avatar dev-code24 avatar dlibis avatar eduardconstantin avatar essofyany avatar febriadj avatar giladfuchs avatar goldenpheonix02 avatar guillempm avatar hridoyhazard avatar ibrahimtelman avatar jgoerner avatar naandalist avatar origranot avatar orimiles5 avatar owengaspard avatar sarthakk24 avatar saurabhcodes25 avatar siddharth9300 avatar tbetous avatar theshonuff avatar timoransky avatar vidishaag avatar xarielah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

reduced.to's Issues

Shortened URL copy as QR Code

As A Shortened URL creator, I need to copy the shortened URL as a QR Code

this should be useful for sharing the URL in printable scannable formats, it saves additonal step of using another service to generate QR code.

Acceptance Criteria

  • After creating a shortened URL, display button suggests if need to get QR format copy
  • button should be clickable and after click on it, it should generate a QR version of shortened url and displays it
  • QR image should be copied to clipboard and notify user about successful copy in clipboard.
  • QR image should not be stored on server in order not to consume space.

Better Space utilization

Currently, the items are placed at the top. So there is lot of negative space from top.
We can make it center aligned to properly utilize the space.
image

Use Redis database to store data

Currently data is being stored in memory which can get deleted if the server restarts. Storing data externally to a database will keep data safe. Redis is a good solution, given the data we have is a key value pair.

Not generating short link

The app is not generating shorl url link and keeps displaying This url is invalid...

The entered url: https://github.com/JunDevHarsh/amazon-clone.

Animations

I can add animations to the frontend and i can also improve the ui using tailwind

UI

Hey, I would like to work on improving the UI design for the web application. Please assign me this issue

Websites without http or https are invalid

Currently it gives an "Invalid URL" error when a url is entered (without http or https)

image

So to fix this, in this PR i just added "https://" to the url if it doesn't start with the same.
This will also be checked later on, as usual
image

Shortened URL directing to https://https:// link

When you paste the link and it's shortened, the page it redirects to has https:// in it twice

Steps to reproduce:

  1. Type in a link and press "Shorten URL"
  2. Copy URL and paste in browser

Screenshots
image
image

Shortend URL Public Statistics Page

In Order to make a value for this App not to be another URL shortener, I believe we need to add some numbers.

As A short URL creator I need to track some statistics for the link I just created, I suggest the following number:

  • Number of Times this link was opened.
  • Geolocation, or list of Referrals where as this link was opened from.

Acceptance Criteria

  • Create a link details page at URL <domain>/<shortened_link>/stats.
  • this page should display the number of times this link was opened.
  • this page should display a brief of maximum 5 referral links that led to this link.
  • this page should be publicly accessible.

Custom shortened links

As A Shortened URL creator I need to create custom shortened links.

This is useful for premium users and advanced users.

Acceptance Criteria

  • User should be able to click create custom link button
  • user should enter custom link.
  • custom link should be validated not to be duplicate, and fulfills length and character validation

Bug: Link copied message for invalid url as well

On clicking the display message of invalid link it says "Link has been copied to the clipboard" which doesn't make any sense

Here is the video displaying the issue -

screen-capture.1.webm

I can fix this issue and create a PR

DOCS: Need to update readme

Hey guys,

We migrated to NestJS on our previous pr.
We need to change the installation paragraph at the readme.

Missing docker file

Hello! I saw that there's a docker file that's missing. Its better to have a docker of your application so that its easy to setup on any environment with just docker installed.
I can work on that, as a part of hacktoberfest and contribute towards url-shortner :-)

Migrate to frontend framework

As @origranot said, we should migrate to a frontend framework.
I could work on migrating to ๐Ÿ”ฐVue.js

I personally prefer Vue.js over React.js as it is so powerful framework and has a softer learning curve and its gaining more popularity over the time, if you prefer to migrate to React close this issue and let's wait for someone interested.

Star History

Star History Chart

Adding A Favicon

I can add a favicon icon to the website. Please assign me this.

Add live link

Add a live link of the project to the readme or about page

Check for Invalid Url

Currently, the app is shortening the URL provided by the user irrespective of being valid or invalid.
The URL should be verified before shortening it.
If URL does not exist "Invalid URL" message should be shown.

Clear input field after shortening url

HI, I'm thinking that maybe clearing input field after shortening url world create a better user experience for those who have more than one url to shorten?
Currently, users have to delete their input if they want to shorten another link (like the screenshot below).

image

Does this sound like a good idea to you? if so, I'm willing to make this small change.

HerokuApp is broken

As I see heroku app is broken after converting the project to Typescript.

We need to specify some extra arguments to help him load the project.

I will create a PR adding this settings, can you assign me this task?

Add a footer

add a footer to the section which makes the app a better visual impact.
kindly assign me the same. I am interested in working on this.

Documentation is not updated

Issue:
After merging PR #64 , the directions in "HOW TO INSTALL " section in README.md is not working.

it is node app.js but it won't work, after making nextjs configurations. So I have to change this

image

to

npm start

Add copied animation

I would like to add a popup animation when the link is copied , also please assign me this issue if you want me to work on it

Develop button to switch between dark and light mode

Hello all!

I saw on the README.md, the suggestion to include the dark mode switch button.

I would like to work on this. I thought about leaving the light mode this way, what do you think?

light-mode

If it's ok, you can assign this issue to me. I will include this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.