Skip to content

A single paged web app for shortening urls, it has a cool UI and utilizes an external API

Notifications You must be signed in to change notification settings

youngancient/shortly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortly

Live Preview

Folder Structure

shortly
  ├── node_modules
  ├── public
  │   ├── favicon.svg
  │   └── assets
        ├── images,svgs
  └── src
      ├── Components
         ├── All-components
      ├── Utils
          ├── Data-utils
      ├── App.css
      ├── App.jsx
      ├── index.css
      ├── index.jsx
  ├── .gitignore
  ├── index.html
  ├── package.json
  ├── README.md
  ├── vite.config.js

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/youngancient/newsblogreact.git
cd shortly

Install dependencies: You can use npm, but I am a fan of yarn!

yarn

Now, you can start a local web server by running:

yarn dev

And then open http://localhost:5173/ to view it in the browser.

Available Scripts

In this project, you can run the following scripts:

Script Description
yarn dev Runs the app in the development mode.
yarn run build Builds the app for production to the dist folder.
yarn run preview Serves the production build from the dist folder.

About

A single paged web app for shortening urls, it has a cool UI and utilizes an external API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published