Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.01 KB

UrlShorteningLandingPage

Description

Copy/Paste long URLs into app to generate shortened URLs using rel.ink API which are then displayed on the page and can be copied with one click.

Design and objectives based on this challenge from Frontend Mentor.

This project was generated with Angular CLI version 9.1.6.

Styled for both mobile and desktop (coming soon) without the help of external libraries or components. Actively uses SCSS concepts such as variables, nesting, mixins and includes.

Deployment

This project is deployed to GitHubPages here.

Deployment Tool

angular-cli-ghpages https://github.com/angular-schule/angular-cli-ghpages

Using default GitHub user domain, deploy with command ng deploy --base-href=/url-shortening-landing-page/

Make sure repo is set to deploy to GitHub Pages from gh-pages branch.