The ultimate gym training app built with react & tailwindCSS
- Step 1: You start by selecting a workout type from the given four categories namely, 'Individual', 'Bro Split', 'Bodybuilder Split' and 'Upper Lower'
- Step 2: Depending on the above selection you get an option to select muscle groups that you wish to target in your workout
- Step 3: Finally you select your objective from the given three options namely, 'Strength Power', 'Hypertrophy Growth' and 'Cardiovascular Endurance'
- Step 4: Click the 'Formulate' button which will generate a workout based on your selection. If you would like another alternative, click 'Formulate' button again to get a new workout.
- Clone the project using git clone git@github.com:shreejai/vite-fitness.git
- Run npm install to install all the dependencies
- Run "npm run dev" in the root directory to start the development server.
- Open http://localhost:3000 with your browser to see the result.
This application uses Tailwind CSS for styling React components and all pages.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh