Linkie

Description
Built a lightweight web application using Flask to organize and share personalized collections of links, inspired by platforms like Linktree.
Implemented link management features allowing users to add, edit, and remove links easily.
Created some theme to personalize the appearance of the shared page.
Developed basic analytics functionality to track and count the number of clicks on each link.
Used SQLite as the backend database, suited for a demo use environment.
Goals
Provide an easy-to-use interface for managing personal or professional links.
Enable users to customize the look and feel of their link page with multiple themes.
Offer simple analytics to give insights into link engagement.
Functions
- Authentication
- Link management
- Custom themes selection
- Click count analytics
Technologies
- Python
- Flask
- SQLite
- JavaScript
- HTML
- CSS