Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 1.97 KB

File metadata and controls

93 lines (58 loc) · 1.97 KB

🏋️ ExerciseRoutineMaker

ExerciseRoutineMaker is a simple and customizable web app to create, save, and time your workout routines.
Whether you want to track a quick stretching session or a full training schedule, this app helps you stay on track.


🚀 Demo

👉 Live Demo

image

✨ Features

  • 📋 Create custom routines with any exercises you like
  • ⏱️ Built-in timer to track exercise duration and rest
  • 🎨 Clean UI built with Tailwind CSS

📦 Getting Started

Prerequisites

Installation

# Clone repository
git clone https://github.com/devdiogenes/ExerciceRoutineMaker.git

# Enter project folder
cd ExerciceRoutineMaker

# Install dependencies
npm install

Running Locally

npm run dev

App should be available at:
👉 http://localhost:5173

Building for Production

npm run build

Output should be in the dist/ folder.


⚙️ Configuration & Data Files

  • example_routine.json → sample routine you can import to test the app
  • fields.json → exercise field definitions (names, default durations, etc.)

🛠️ Built With


🤝 Contributing

Contributions are welcome!

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m 'Add my feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License — see the LICENSE file for details.