aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* account apishitlerrip11 days1-4/+1
| | | | | - added api to change name and password - added api to delete user account and anonymize clicks
* small noteshitlerrip11 days1-1/+2
|
* tmux scripthitlerrip11 days1-17/+4
| | | | added a tmux script that sets up the dev environment for me
* updated team imageshitlerrip11 days1-1/+0
| | | | added alternative button graphics for the other two teams
* anon clickshitlerrip11 days1-1/+0
| | | | added api for anonymous clicks
* minor changeshitlerrip12 days1-0/+1
| | | | | - properly centered footer bar on leaderboard page - changed `<main>` element in play page to `<div>`
* rimple leaderboardhitlerrip2025-07-301-1/+0
| | | | | | added a simple leaderboard that is not properly styled and is still missing some features, most notably a refresh button; along with other minor changes
* design changeshitlerrip2025-07-301-1/+0
| | | | | - added title and proper favicon - created a simple navigation bar
* play pagehitlerrip2025-07-301-1/+3
| | | | added basic functionality to the play page and moved it to /play/
* play pagehitlerrip2025-07-301-1/+2
| | | | | | - moved login component to proper directory (oops) - created play page - other minor changes
* login redesignhitlerrip2025-07-301-1/+0
| | | | | | - made login section a component - redesigned login section - other minor changes
* license notice to frontendhitlerrip2025-07-301-1/+4
|
* init frontendhitlerrip2025-07-291-1/+3
| | | | | added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional.
* contirb apihitlerrip2025-07-291-1/+0
| | | | | added api that returns a specific users contributed clicks and their team
* rank apihitlerrip2025-07-291-1/+4
| | | | | added api that lists all users, their teams and their personal contributed clicks.
* licensehitlerrip2025-07-291-0/+8
| | | | added license notices and a copy of the license
* basic authhitlerrip2025-07-291-0/+12
| | | | added basic authentication apis
* inithitlerrip2025-07-291-0/+25
base to build this game off of