Skip to content

Jacob3075/WakaTimeApp.Compose

Repository files navigation

WakaTimeApp

Simple app to view your coding stats from WakaTime

Uses Export API to get all user stats without having to upgrade your account

Screenshots

Login Login Page Loading extracts from WakaTime
Home Page Home Page 1 Home Page 2
Search Page Search Page 1
SearchPage1.webm
Project Details Page Project Details Page 1
ProjectDetails1.mov

TODO

  • Show detailed stats for projects
  • Show details stats for specific time range
  • Navigation animation
  • Guest login + Sample data
  • Filter + Sort in Search Page

Setup

Create file local.properties if not already created and add below properties for app id and app secret from here. Values will be read from build script and used in code.

CLIENT_ID=APP_ID_HERE
CLIENT_SECRET=APP_SECRET_HERE