Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct shortcode display logic and improve user experience #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

A URL-Shortener created using Node-JS and synced with Firebase Database.


## Demo
![out](https://cloud.githubusercontent.com/assets/20211622/23782082/be677c3e-0577-11e7-9851-4ceb3fda7367.gif)

## Why use it?

Great tool for shortening a long URL to just 4 characters.
Expand All @@ -28,7 +24,8 @@ Great tool for shortening a long URL to just 4 characters.

## Screenshot

![screens](https://cloud.githubusercontent.com/assets/20211622/23782143/106745a0-0578-11e7-96fb-eda680be53f4.png) ![screen shot 2017-03-10 at 10 16 40 am](https://cloud.githubusercontent.com/assets/20211622/23782539/325a4e16-057b-11e7-951a-641b63e1022d.png)
![Home_Page](./Snapshot/Home_Page.png)
![ShortedURL](./Snapshot/Short_URL.png)


Contributing
Expand Down
Binary file added Snapshot/Home_Page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Snapshot/Short_URL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading