Skip to content

ParasSolanki/link-shortner

Repository files navigation

Link Shortner

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Feature Task List

  • User can create a short link.
  • Redirect short link to link API.
  • Show logged in user avatar in header navbar.
  • Profile page.
  • Update profile functionality.
  • Change password functionality.
  • Registered user show all of their short links.
  • Registered user allow short link delete.
  • Registered user show short link metrics.
  • Registered user short link metrics chart last day, last 7 day, last 30 day, last 90 day and all time.
  • Nuxt CSRF.
  • Dark mode support.
  • Settings page Tab UI in mobile view.