Skip to content

This is a solution to the "URL Shortening API Landing Page" challenge on Frontend Mentor challenges.

Notifications You must be signed in to change notification settings

MelvinAguilar/url-shortening-api-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontendmentor

URL shortening API landing page

Frontend Mentor Challenge

View Demo · Report Bug · Request Feature

This is a solution to the Shortly URL shortening API Challenge challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Links


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

My process

Built with

  • React
  • React Hooks (useState, useEffect)
  • React Hook Form
  • React Toastify
  • SASS Modules
  • Axios
  • Dotenv
  • Vite
  • Semantic HTML5 markup
  • Flex Layout
  • SASS - Sass modules

Useful resources

Author

Acknowledgments

This project uses yarn. If you do not have yarn, checkout installation steps here.

yarn install

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Once that is completed, you should be able to run the project:

yarn start

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.