URL Shortener Fronted

Overview

This project was generated with Angular CLI version 7.3.8.

Getting Started

Clone the repo:

git clone https://github.com/Ellebkey/url-shortener-front.git
cd url-shortener-front

Run ng serve for a dev server. Navigate to http://localhost:2002/. The app will automatically reload if you change any of the source files.

Note: Remeber to run the backend app first.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Instructions

This app will generate a shorter version given an url.
  • Live version shortener
  • On the input write the url that you want to be shortener.
  • Click the button to generate the new url.
  • The new shortened url version is going to be shown below the input.
  • A list of shortened urls will be shown at the bottom ordered by visit.
  • Each click on this list will generate a new visit on the link.
  • NOTE: If there are not shorted urls generated, it will appear a "Create examples" button.

License

This project is licensed under the MIT License

Meta

Joel Barranco – @Ellebkeyhello@joelbarranco.io