A React-based gym equipment tracking application that helps users monitor machine availability and get exercise tutorials.
- Node.js (v16 or higher)
- npm or yarn package manager
- Clone the repository:
git clone <repository-url>
cd FitFlexApp- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to the URL shown in the terminal (typically
http://localhost:5173)
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locallynpm run lint- Run ESLint
/src/data/mockData.js- Contains mock gym equipment and machine data/src- Main application source code
- Real-time gym equipment availability tracking
- Equipment tutorials with video links and instructions
- Alternative machine suggestions
- Equipment filtering by type and status