/anonurl

An URL shortener option to who doesn't want to be tracked or linked to any short URL generated.

Primary LanguageJavaScript



API repository



🪙 Donations

If you liked my creation and want to contribute:

  • BTC: bc1q4urlxker5tae2nmpwzr2zsadtd9ay5mwcc44dn
  • ETH: 0xD5404671A5210e2FC7aa72ACE6000e3921A0dDE4



📖 Summary

Changelog
Used technologies
FAQ
Setup


♻️ Changelog (v1.0.4a)

  • Added a new footer
  • Added waves to home page
  • Some fixes


⚙️ Used technologies:

  • NodeJS
  • ReactJS
  • Styled Components
  • React Router DOM


FAQ

How much anonymous is that?

We can't save any access logs, in server-side, the usage don't keep any registry.

Why did you do that?

I missed anonymous services like that and decided to do my own service.


🔧 Setup

Clone this repository:

git clone https://github.com/anonurl/anonurl

Move to repository:

cd anonurl

Install all dependencies:

npm install

Build:

npm run build

Run (Build):

npm run start:build

Run (Dev):

npm run start