URL Shortener tool to make all your links can fit in your pocket 😊
(NOTE: The links will expire in 1hr, for test purposes ✌)
- Fix version
- Add responsive design.
- Fix re-load on creation of link.
- Add 404 Page
- 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.
Clone the project
git clone https://github.com/Riguidix/pocket-url.gitGo to the project directory
cd pocket-urlGo inside Server Folder and install the required dependencies
npm installGo inside Client Folder and install the required dependencies
npm installStart the Server in dev with nodemon
npm run devStart the Client in dev with Vite scripts
npm run dev