A simple analytics tool that tracks link clicks and displays basic stats.
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.
- Tracks clicks on multiple links
- Stores data locally
- Displays live statistics in the browser
- Python (Flask backend)
- HTML (structure)
- CSS (styling)
- JavaScript (logic and requests)
link-tracker/
├── app.py
├── data.json
├── templates/
│ └── index.html
└── static/
├── style.css
└── script.js