https://github.com/terieyenike/linktree
A link-in-bio tool like Linktree that allows you to create a webpage with all your links in one place.
https://github.com/terieyenike/linktree
community crispy-forms crispy-tailwind django hacktoberfest python
Last synced: 13 days ago
JSON representation
A link-in-bio tool like Linktree that allows you to create a webpage with all your links in one place.
- Host: GitHub
- URL: https://github.com/terieyenike/linktree
- Owner: Terieyenike
- License: other
- Created: 2023-09-24T23:28:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:53:07.000Z (over 1 year ago)
- Last Synced: 2025-05-13T05:43:24.634Z (17 days ago)
- Topics: community, crispy-forms, crispy-tailwind, django, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 6 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# LinkPlant
A link-in-bio tool like Linktree that allows you to create a webpage that has all your links in one place.You'll be able to create, edit, and delete links and create a landing page that displays all your links to share with the world!
- Built-in class-based generic views
- Generic editing views



## Tech stack
Django**Others**
- [Django Crispy Forms](https://django-crispy-forms.readthedocs.io/en/latest/)
- [Tailwind template pack for django-crispy-forms](https://github.com/django-crispy-forms/crispy-tailwind)This app run on Django 3.2.20
## Installation
After cloning this repo, run the command below to install the dependencies:
```zsh
pip install -r requirements.txt
```Contribute to the page if you need to by cloning this project, raise an issue, or submit a PR.