2018-07 ⭢ now
Personal project
Python (Django)

Authors:

  • Claudio Maggioni

Arrowcounter

Simple AJAX counter with some backend storage and statistics, intended to count the number of arrows shot in an archery training session.

This website is a counter web application I developed in my spare time using the python framework Django. The application is intended to be used as a counter for arrows shot in an archery training session.

The application features a counter interface with multi-increment counter buttons, a basic trend analyzer that measures the difference between the total number of arrows shot and a yearly goal, CSV export capabilities, and a statistics page.

The frontend was built with plain HTML/CSS/Javascript, aside the use of the Charts.js api and Materialize as a CSS library.