This is a fully functional e-commerce website built using PHP, MySQL, JavaScript, HTML, CSS, and Bootstrap. It includes essential e-commerce features such as user authentication, product management, an admin panel, and a shopping cart system.
- User authentication (registration & login system)
- Product listing and categorization
- Shopping cart and checkout functionality
- Admin panel for managing products, orders, and users
- Secure payment integration
- Responsive design using Bootstrap
- Frontend: HTML, CSS, SCSS, JavaScript, Bootstrap
- Backend: PHP, MySQL
- Styling: SCSS, CSS
- admin-panel/ # Admin dashboard files
- assets/ # CSS, JS, images
- auth/ # User authentication (login, register)
- config/ # Database configuration
- includes/ # Reusable components
- products/ # Product-related functions
- users/ # User management
- index.php # Homepage
- shop.php # Shop page
- about.php # About us page
- contact.php # Contact page
- privacy.php # Privacy policy
- terms.php # Terms & conditions
- LICENSE # License file
- Clone the repository:
git clone https://github.com/your-username/your-repo.git
- Navigate to the project folder:
cd Freshkit - Set up the database:
- Import the
database.sqlfile into MySQL. - Update database credentials in
config/db.php.
- Import the
- Start a local server:
- Use XAMPP, WAMP, or any local PHP server.
- Place the project in the
htdocsfolder (for XAMPP users).
- Open the browser and visit:
http://localhost/Freshkit/
Username: admin
Password: admin123
Feel free to fork this repository and submit pull requests for improvements.
This project is licensed under the MIT License.