Skip to content

codebytaaron/Link-in-Bio-Analytics-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Tracker banner

Typing animation


Link Tracker

A simple analytics tool that tracks link clicks and displays basic stats.

What this is

A small full-stack project designed to show how a real web tool works end-to-end.
The codebase is intentionally clear, readable, and easy to extend.

What it does

  • Tracks clicks on multiple links
  • Stores data locally
  • Displays live statistics in the browser

Tech used

  • Python (Flask backend)
  • HTML (structure)
  • CSS (styling)
  • JavaScript (logic and requests)

Project structure

link-tracker/
├── app.py
├── data.json
├── templates/
│   └── index.html
└── static/
    ├── style.css
    └── script.js

About

Lightweight link click tracking tool with a Python backend and simple web frontend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published