https://github.com/matej-ch/linktree-clone
Clone of linktree for learning purposes
https://github.com/matej-ch/linktree-clone
2fa 2factor hotwire-stimulus hotwire-turbo linktree-clone login symfony6
Last synced: 3 months ago
JSON representation
Clone of linktree for learning purposes
- Host: GitHub
- URL: https://github.com/matej-ch/linktree-clone
- Owner: Matej-ch
- License: mit
- Created: 2022-03-06T19:14:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T20:43:03.000Z (about 3 years ago)
- Last Synced: 2025-06-04T03:21:03.521Z (7 months ago)
- Topics: 2fa, 2factor, hotwire-stimulus, hotwire-turbo, linktree-clone, login, symfony6
- Language: PHP
- Homepage:
- Size: 995 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linkify (Simple Linktree clone)
### Created with Symfony 6.0
#### Demo (not ready yet)
## Features
- Landing page
- Signup new users
- Login existing users
- Every user has ability to enable 2factor authentication with Authy or Google
- Application is using [@hotwired/turbo](https://github.com/hotwired/turbo) for SPA feel
- User can create list of links for others to see
- user links for public are available at `/`
- Links can have background and text color (or gradient) set globally or per link basis
- User can create list of their favourite colors (or gradients) with text for others to see
- user colors for public are available at `//colors`
- Colors cycle with user defined interval
## Requirements
- PHP >= 8.0.2
- Symfony >= 6
- Tested on apache server and mysql
- But any server supporting PHP 8 and higher should be fine
## TODO