A modern frontend-only implementation of a Gym Management System with HTML, CSS, and JavaScript.
- User Authentication: Login system for Admin, Member, and User roles
- Admin Dashboard:
- Member management (add, edit, delete)
- Billing management
- Financial reports
- Supplement store management
- Nutrition and diet information
- Member Dashboard:
- View profile
- Payment history
- Notifications
- User Dashboard:
- Search and view member details
- Frontend: HTML, CSS, JavaScript
- UI Components: Custom responsive design
- Icons: Font Awesome
- Clone this repository:
git clone <repository-url>
-
Open the project folder in your code editor.
-
Launch the application:
- Open
index.htmlin a modern web browser - No web server required for basic functionality
- Open
The current implementation accepts any email and password combination for demonstration purposes:
- Admin: Select "Admin" from the login dropdown
- Member: Select "Member" from the login dropdown
- User: Select "User" from the login dropdown
/
├── css/
│ └── style.css
├── js/
│ └── app.js
├── index.html
└── README.md
- Integration with Firebase for backend functionality
- Real authentication and data persistence
- Payment gateway integration
- Gym equipment inventory management
- Attendance tracking system
- Member progress tracking
(Insert screenshot here)
MIT License
(Your name here)