GitXplorerGitXplorer
j

URL-Shortening-API

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b057b8c9cba1b6345a16f85b20fa9329d218c6ad

Center brand link

jjason89521 committed 3 years ago
Unverified
970337da1f0d8ff0ded1d663533b8bfa42d0db65

Update README

jjason89521 committed 3 years ago
Unverified
16ba733cd9fa08d5eda922b9c1903a118641270e

Add RWD to nav

jjason89521 committed 3 years ago
Unverified
050e2704e83f678c9a1e58d674f9896d096fcdee

Add RWD

jjason89521 committed 3 years ago
Unverified
5b94d40339b94be08813d15fb6b34c623e355d71

Complete functionality

jjason89521 committed 3 years ago
Unverified
484ea1554929f747e788a09221bc194b17fadf2c

Send request to shrtcode API

jjason89521 committed 3 years ago

README

The README file for this repository.

Frontend Mentor - Shortly URL shortening API

This is a solution to the Shortly URL shortening API Challenge challenge on Frontend Mentor.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • Shorten any valid URL
  • See a list of their shortened links, even after refreshing the browser
  • Copy the shortened link to their clipboard in a single click
  • Receive an error message when the form is submitted if:
    • The input field is empty

Screenshot

Links

Get Started

Install dependencies

yarn install

or

npm install

Run

yarn start

or

npm start