Slink is a link shortener, it was a learning project aimed in exploring front-end technology with react framework.
- Functionalities:
- Shorten a URL
- Retrieve the previously shorten URL
- Clone the repo
- Install node if you don't have one.
- Change directory to the repo
- run
npm install
- run
npm start