Skip to content

ArttX/remix-link-shortener

Repository files navigation

Remix Link Shortener

Reason

I am experimenting with other front-end frameworks and wanted to try do something with Remix.
I have idea to create multiple versions of this page in different frameworks. If new versions of this project will be created, it will be linked below.

Stack

What this is?

This is web page for shortening links.

Logged in user can add full link and enter shorter version of this link, it need to be unique.

Logged in user can:

  • view created short links
  • view times, this links was used
  • delete short links

Non logged user can:

  • use knows short links to be redirected to different page

Logging in is now implemented with Github OAuth2

Other versions