Skip to content

By Weng Fei Fung. I feel inspired to tackle a 5k, and needed to make a running app in the next couple hours before I lose motivation

Notifications You must be signed in to change notification settings

Siphon880gh/run-app

Repository files navigation

Runs

Last Commit Github Linked-In Youtube

📄 Description:

By Weng Fei Fung. I feel inspired to tackle a 3 mile run, and I need to make a running app that I can control in the next few hours before I lose that motivation.

📂 Table of Contents:

💻 Live Demo:

Check it out

📷 Preview:

image

image

💽 Installation and Advance Use:

Run as a HTML file. No needed hands-on setup. Your running goals and tasks are saved on your device, preferably on the same phone you bring with you on your runs.

If you want to tweak the weeks and interval. How it works is index.html is just pure HTML that links to programs/program/week#.html. That's just a convention to keep things structured. You can add HTML as you like and structure the folders/files of program and weeks however you want.

At the actual week HTML file, notice there's Javascript mixed into the HTML. This was done purposely so you can create as many weeks as possible without linking to new JS files. Anyhow, you can just edit the intervals array with the desire time and the desire type of run (walk, jog, run). The type can really be any word. You can change the color of the active interval at colorOnTypeWildcard object using hex, rgba, rgb, or color; this object's keys are just partial searches of the type; so you can have different colors for run, walk, jog, or whatever word you use.

🔮 Future version

  • Further customization by the user rather than having to code it. So will upgrade from jQuery (great for rapid development) to React (more maintenable and scalable).

About

By Weng Fei Fung. I feel inspired to tackle a 5k, and needed to make a running app in the next couple hours before I lose motivation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published