Skip to content

codebytaaron/Link-in-Bio-Analytics-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link-in-Bio-Analytics-Tool

Link Tracker

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

What This Is

A small full stack project using multiple languages to show how a real web tool works. The code is fully visible and easy to understand.

What It Does

  • Tracks clicks on different links
  • Stores data locally
  • Displays live stats in the browser

Tech Used

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

Project Structure

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

How to Run

  1. Install dependencies

  2. Start the server

  3. Open in browser

Why I Built It

To practice building a real tool with a backend, frontend, and persistent data while keeping everything simple and clean.

Notes

This project can be expanded with charts, exports, authentication, or deployment later.

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