This is a web application built using React.js, Tailwind CSS, and JavaScript, designed for users to create personalized workout plans, track progress, and measure fitness performance. The application is deployed on Vercel.
- Workout Selection: Users can select from various types of workouts.
- Target Specific Muscles: Choose the muscle groups to focus on.
- Set Fitness Goals: Define your fitness objectives (e.g., strength, hypertrophy, cardiovascular endurance).
- Personalized Training Plans: Create and manage custom training plans based on user goals.
- Progress Tracking: Measure sets, reps, and track progress over time.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- React.js: For building the user interface.
- Tailwind CSS: For fast and efficient styling.
- JavaScript: Core logic implementation.
- Vite: For a faster development build system.
- Vercel: For deployment and hosting.
You can view the live application here: Sculpt Sync Web App (replace with actual link)
(Include screenshots of your application here, showing key features.)
Make sure you have the following installed on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/sculpt-sync-webapp.git cd sculpt-sync-webapp npm install npm run dev npm run build