(Translated by https://www.hiragana.jp/)
GitHub - Kadantte/spimy.link: A URL Shortener Project
Skip to content

Kadantte/spimy.link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

spimy.link

A URL Shortener web application.

I have decided on a relatively simple project because I wanted to give Rust a try. As such, the backend is built on Rust.

Moreover, I have always avoided React because I am not a fan of bringing HTML into JS throught JSX, but I have finally decided that it's about time I give it a try.

In other words, this project is for me to learn React and Rust. I do, however, plan to make use of this project once it is complete.

Unfortunately, there was no way to get a spi.my domain for this project. That's why I ended up with spimy.link. Using a subdomain from my spimy.dev domain would defeat the purpose of a short url.

Project Stack

Subject to changes as I am still experimenting and figuring things out.

Feature Implementation

  • User authentication through https://account.spimy.dev
  • Authentication through API key
  • Shorten URL to https://spimy.link/{id}
  • Dashboard for list of links from users
  • Number of use tracking
  • Donation (with benefits)

About

A URL Shortener Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • HTML 37.4%
  • CSS 20.2%
  • Rust 0.9%