An Impraise webpage to shorten URLs.
- Shorten Webpage
- Shorten URLs.
- List shorten URLs.
- Preserve data on Local Storage.
- Clear shorten URLs list.
The front-end is built with React. I use Redux as my state container.
This project was generated with [React Slingshot] (https://github.com/coryhouse/react-slingshot).
First you have to clone the next proxy-server project:
$ git clone [email protected]:jlmonroy13/proxy-server.git
$ cd proxy-server
$ npm install
$ node server.js
and then clone the next project and running it in a different terminal window:
$ git clone [email protected]:jlmonroy13/Impraise-shorten-url.git
$ cd Impraise-shorten-url
$ npm install
$ npm start