8000 GitHub - nfarina/phoenix-web
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nfarina/phoenix-web

Repository files navigation

Phoenix Workout Tracker

A client-side web application for tracking your workouts with customizable exercises, rest timers, and workout logging.

Features

  • Track exercise sets, weights, and reps
  • Built-in rest timer between sets with audio notification
  • Note-taking for each exercise
  • Export workout data to clipboard
  • Dark mode support
  • Responsive UI for mobile and desktop
  • Data persistence using localStorage

Getting Started

Prerequisites

  • Node.js (v16 or newer)
  • Yarn or npm

Installation

  1. Clone the repository
git clone https://github.com/yourusername/phoenix-web.git
cd phoenix-web
  1. Install dependencies
yarn install
  1. Development
yarn dev
  1. Build for production
yarn build
  1. Preview production build
yarn preview

Deployment to Firebase

  1. Install Firebase CLI if you haven't already
npm install -g firebase-tools
  1. Login to Firebase
firebase login
  1. Init 5C8D ialize Firebase (if first time)
firebase init
  1. Deploy to Firebase
yarn deploy

Or manually:

yarn build
firebase deploy

Tech Stack

  • React
  • Vite
  • Tailwind CSS
  • Firebase Hosting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0