Shorten your URLs, and keep track of the amount of clicks of YOUR link!
- Shorten long urls
- Keep track on the amount of clicks of YOUR link
- e.g) track the amount of entries to a site, given YOUR link
-
Clone the repo
$ git clone https://github.com/JP-sDEV/url_shortener.git
-
install node dependencies
npm install
from the root folder -
install client dependencies
cd client npm install
-
Run app locally with
npm run dev
from the root folder
- Clone the repo by following Installation
- Improve the web-app by:
- add a feature
- resolving an issue in the Issues tab
- refactor code
- Test the new feature locally
- Open a pull request with a detailed explanation of the changes