aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* play pagehitlerrip2025-07-304-5/+53
| | | | | | - moved login component to proper directory (oops) - created play page - other minor changes
* info apihitlerrip2025-07-301-0/+47
| | | | | added info api, similar to contrib api, that returns information about a user based on their token. this is required for how i want to build the frontend
* login redesignhitlerrip2025-07-304-117/+149
| | | | | | - made login section a component - redesigned login section - other minor changes
* license notice to frontendhitlerrip2025-07-303-1/+16
|
* functional landing pagehitlerrip2025-07-303-5/+106
| | | | grabs token from logins and sends request to the apis
* init frontendhitlerrip2025-07-2915-1/+2424
| | | | | added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional.
* contirb apihitlerrip2025-07-292-1/+47
| | | | | added api that returns a specific users contributed clicks and their team
* rank apihitlerrip2025-07-292-1/+40
| | | | | added api that lists all users, their teams and their personal contributed clicks.
* licensehitlerrip2025-07-296-0/+692
| | | | added license notices and a copy of the license
* click apihitlerrip2025-07-291-0/+62
| | | | added the api that increments all counters
* proper authhitlerrip2025-07-293-17/+63
| | | | | added tokens and forced user to join a team on account creation, along with other minor changes
* basic authhitlerrip2025-07-293-0/+107
| | | | added basic authentication apis
* inithitlerrip2025-07-293-0/+52
base to build this game off of