Imti / link-shortener-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link Shortener Dashboard

Mobile-responsive frontend implementation of a link shortener built with React, Typescript, and Tailwind. Local storage is used as a client-side database for storing new shortened links and updating visit counts.

Set up

  1. nvm use to ensure you're on the correct node version
  2. yarn to install dependencies
  3. yarn start to start the app
  4. Head to localhost:8080 to view the app

Running tests

yarn test will run all tests in interactive test mode

About


Languages

Language:TypeScript 90.0%Language:HTML 7.2%Language:CSS 1.8%Language:JavaScript 1.0%Language:Shell 0.0%