/shooooort

A link shortener made with ReactJS

Primary LanguageJavaScript

Shooooort

The link shortener with a long name

Demo

https://link-shoortener.herokuapp.com/

How to Start

Clone repository:

git clone https://github.com/carlababa/shooooort.git  

cd shooooort

Install Dependencies:

npm install

Build project:

npm run build

Start server:

npm start

Access localhost:3000

How to test

npm test