A web-based gadget rental management system built with PHP and MySQL. RentByte allows users to browse and rent various gadgets while providing administrators with powerful tools to manage inventory, users, and rentals.
- Clone Repository:
git clone https://github.com/AyshaBithi/RentByte-Website.git - Setup Database: Navigate to
http://localhost/RentByte-Website/install.phpto set up the database - Admin Login: Username:
admin@mail.com, Password:password - User Access: Create a new account or browse gadgets as a guest
Clean and modern homepage with hero section and gadget showcase
Simple database installation process
User-friendly dashboard for managing rentals
Browse through available gadgets
Admin panel with statistics and management tools
- Secure Authentication: User registration and login system
- Browse Gadgets: View available gadgets by category with detailed information
- Smart Booking: Date-based rental system with availability checking
- Automatic Pricing: Dynamic pricing calculation based on rental duration
- User Dashboard: Manage active rentals and view rental history
- Responsive Design: Works seamlessly on all devices
- Admin Dashboard: Comprehensive overview with statistics and analytics
- User Management: Complete user account management and moderation
- Gadget Management: Full CRUD operations for inventory management
- Rental Management: Track and update rental statuses in real-time
- Category Management: Organize gadgets into customizable categories
- Status Updates: Real-time rental status tracking and notifications
- Backend: PHP 7.4+ with MySQLi
- Database: MySQL 5.7+ with normalized schema
- Frontend: HTML5, CSS3, Vanilla JavaScript
- UI: Font Awesome 6.5.2 icons
- Security: Password hashing, CSRF protection, input sanitization
- XAMPP, WAMP, LAMP, or similar server environment
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Modern web browser
-
Download Project
# Clone from GitHub git clone https://github.com/AyshaBithi/RentByte-Website.git # Or download and place in your web server directory /opt/lampp/htdocs/RentByte-Website/ # Linux/Mac C:\xampp\htdocs\RentByte-Website\ # Windows
-
Database Installation
- Start your MySQL server
- Visit:
http://localhost/RentByte-Website/install.php - Follow the automated installation process
-
Access the System
- Website:
http://localhost/RentByte-Website/ - Admin Panel:
http://localhost/RentByte-Website/admin/dashboard.php
- Website:
- Admin: Username:
admin@mail.com, Password:password
RentByte-Website/
├── admin/ # Admin panel
│ ├── dashboard.php # Admin dashboard
│ ├── users.php # User management
│ ├── gadgets.php # Gadget management
│ ├── rentals.php # Rental management
│ └── categories.php # Category management
├── assets/ # Static assets
│ ├── css/ # Stylesheets
│ ├── img/ # Images
│ └── js/ # JavaScript
├── database/ # Database files
│ └── schema.sql # Database schema
├── includes/ # PHP includes
│ ├── config.php # Configuration
│ ├── header.php # Main header
│ ├── footer.php # Main footer
│ ├── admin_header.php # Admin header
│ └── admin_footer.php # Admin footer
├── index.php # Homepage
├── login.php # User login
├── signup.php # User registration
├── dashboard.php # User dashboard
├── product.php # Gadget catalog
├── gadget-details.php # Gadget details
├── logout.php # Logout handler
└── install.php # Database installer
- Sign Up: Create your account with email verification
- Browse: Explore gadgets by category or search
- Rent: Select dates, choose delivery options, and book
- Manage: Track rentals through your personal dashboard
- Dashboard: Monitor system statistics and recent activity
- Inventory: Add, edit, or remove gadgets from the catalog
- Users: Manage user accounts and permissions
- Rentals: Process bookings and update rental statuses
- Categories: Organize gadgets into logical categories
- Password Security: BCrypt hashing with salt
- CSRF Protection: Token-based request validation
- Input Sanitization: XSS and SQL injection prevention
- Session Security: Secure session management
- Role-based Access: User and admin permission levels
- Data Validation: Server-side input validation
- Conflict Prevention: Automatic availability checking
- Dynamic Pricing: Real-time cost calculation
- Flexible Delivery: Pickup, standard, or express options
- Status Tracking: Complete rental lifecycle management
- Normalized Schema: Efficient relational database structure
- Data Integrity: Foreign key constraints and validation
- Audit Trail: Complete rental history tracking
- Scalable Architecture: Designed for growth and expansion
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
For support and questions:
- Check the troubleshooting section
- Review the documentation
- Contact the development team
- Initial release with core rental functionality
- User and admin management systems
- Complete CRUD operations for all entities
- Responsive design implementation
- Security features implementation