Skip to content

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

Notifications You must be signed in to change notification settings

anonurl/anonurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



API repository



📖 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