Workout Leaderboard site that takes in a whatsapp chat export, and gives rankings
- Built with Vite. Super quick bundling!
- Built with Vite React SWC. https://swc.rs/
SWC is 20x faster than Babel on a single thread and 70x faster on four cores.
- Typescript
Me and my friends use a whatsapp group to track our workouts, and encouragements to not be lazy.
Format of a workout is as follows:
[picture]
x. run
X went to gym
x spin class
Takes in a whatsapp export.
Extracts all the messages, and creates an Object of:
{
author,
date,
messages
}
after this, some regex, sorting, and functional programming = this site.