Skip to content

aman-atg/Shortly-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortly URL Shortening API Challenge

This project uses Relink APIs to shorten links and providing them to the user.

It was a challenge project given by FrontEndMentor . ( And I really enjoyed it!!!)

I used React and SCSS (+ Flexbox) to build this and Login/Signup Button are intentially not workable.

Note :- It's not mobile-friendly yet, You might want to write some media-queries or do something in stylesheets to make it right. I would love to merge your PR.

Getting Started

FOSSA Status License: MIT ko-fi

Start by cloning the repo :

git clone https://github.com/aman-atg/Shortly-landing-page

Or Download and extract the zip file.

Prerequisites

Running

  1. Install NPM packages
npm i 
OR
npm install
OR
yarn 
  1. Run
yarn run dev 
OR
npm run dev
  1. Open your browser and go to http://127.0.0.1:3000 OR https://localhost:3000

Built With

  • ReactJs - A JavaScript library for building user interfaces
  • SCSS - CSS with superpowers
  • Javascript - High-level, interpreted programming language
  • ClipboardJs - A modern approach to copy text to clipboard
  • UUID - To create Unique IDs
  • Axios - Promise based HTTP client for the browser and node.js
  • SimpleSchema - Validates JavaScript objects to ensure they match a schema
  • FontAwesome - The web's most popular icon set and toolkit
  • HTML - Standard markup language

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

FOSSA Status

Acknowledgements