1 KiB
1 KiB
layout | title | date-start | date-end | category | languages | images | description | repo-type | repo-url | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
portfolio | Arrowcounter | 2018-07 | now | personal | Python (Django) |
|
Simple AJAX counter with some backend storage and statistics, intended to count the number of arrows shot in an archery training session. | git | https://tea.maggioni.xyz/maggicl/arrowcounter |
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.