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

https://github.com/rashjredmund/mini_link

a url shortener built with svelte typescript and tailwind
https://github.com/rashjredmund/mini_link

mini mini-link redirect short shortener url

Last synced: about 1 year ago
JSON representation

a url shortener built with svelte typescript and tailwind

Awesome Lists containing this project

README

          

# Author
Rash E.J

## mini_link

### what's a URL
URL stands for Uniform Resource Locator. A URL is nothing more than the
address of a given unique resource on the Web.

see GitHub [project for mini link](https://github.com/users/RashJrEdmund/projects/6)

veiw deployment: visit [deployment](https://mini-link.vercel.app/)

## Project tour

| Landing (Dark mode) | Landing (Light mode) |
| ------------------------------------------------ | -------------------------------------------------- |
| ![dark_mode](./static/readme-data/home_dark.png) | ![light_mode](./static/readme-data/home_light.png) |

| Create account page | Login page |
| ------------------------------------------------ | -------------------------------------------------- |
| ![dark_mode](./static/readme-data/create-account.png) | ![light_mode](./static/readme-data/login.png) |

| 404 page | Error page |
| ------------------------------------------------ | -------------------------------------------------- |
| ![dark_mode](./static/readme-data/404-page.png) | ![light_mode](./static/readme-data/error-page.png) |