Skip to content

Riguidix/pocket-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Url

URL Shortener tool to make all your links can fit in your pocket 😊

(NOTE: The links will expire in 1hr, for test purposes ✌)

TODO:

V1

  • Fix version
  • Add responsive design.
  • Fix re-load on creation of link.
  • Add 404 Page

V2

  • Add user authentication (by the momento everything is global).
  • Add control of the "expire by".
  • Add "archived" / "deleted" links storage-
  • Custom activity (how many clicks a link gets).
    • Expire if the link it's not active by a month.

Badges

Version 0.0.1

Run Locally

Clone the project

  git clone https://github.com/Riguidix/pocket-url.git

Go to the project directory

  cd pocket-url

Go inside Server Folder and install the required dependencies

  npm install

Go inside Client Folder and install the required dependencies

  npm install

Start the Server in dev with nodemon

  npm run dev

Start the Client in dev with Vite scripts

  npm run dev

Authors

About

An url shortener service

Topics

Resources

License

Stars

Watchers

Forks

Contributors