Lift Plan is a simple and customizable training planner built for strength programs like Hirvis or Zulu/HT program. It runs entirely in your browser, stores your data locally, and supports installation as a Progressive Web App (PWA) — perfect for mobile or desktop.
- Vue.js (Composition & Options API)
- LocalStorage for persistence
- Vanilla CSS (scoped styles)
- PWA: manifest & service worker
You can get started by cloning the project to your local machine. Make sure you have Node.js installed before you begin.
- Clone the repository:
git clone https://github.com/pavry/lift-plan- Navigate to the project folder:
cd pavry.github.io- Install the dependencies:
npm ci- Start the development server:
npm run devDone! You have successfully run the website locally.