TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: WheneverWorkout, a fitness “app” that works in every browser

3 pointsby wnmalmost 9 years ago

2 comments

wnmalmost 9 years ago
This was actually a really fun side project, combining old and new technologies. Old: Every exercise is just a static html page. New: I&#x27;m utilizing ServiceWorkers, which means the app even works when your offline. On your first visit it downloads everything it needs in the background.<p>There are a few lines of javascript that saves the exercises you&#x27;ve done in a log. When you return, the app knows where you left off, and suggests exercises you haven&#x27;t done before.<p>For browsers without javascript, it falls back to just circling different exercise categories, and different exercises within those categories.<p>For browsers without mp4 support, it falls back to gifs.
naileralmost 9 years ago
I like this:<p>- Make &quot;add to home screen - whenever workout works offline!&quot; more prominent<p>- Spent a little time on a minimal design &#x2F; typography. Just to indicate you care about the details (your app is rad, your styling should reflect that)<p>- Keyboard support could be cool
评论 #11960520 未加载