Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.07 KB

File metadata and controls

39 lines (27 loc) · 1.07 KB

LinkTree Clone

This is a simple demo app clone for the popular LinkTree application. It was created as an exercise for educational purposes.

Models

  • Users :: Have many links, are accounts that can be authenticated and authorized
  • Links :: Belong to users, have many visits and contain both a name and link URL
  • Visits :: Belongs to a link, used to track clicks on associated link and records info on visitor

Dashboard

  • View links created with visitor count, latest visit date and more
  • Create new links
  • Edit existing links
  • Delete existing links

User Settings

  • Change background color for front-end links view
  • Change text color for front-end links view

Tech Stack

  • Laravel (PHP MVC Framework)
  • Laravel / UI Auth
  • Bootstrap
  • Javascript

Installation & Usage

composer install
npm install
npm run dev
php artisan serve