Skip to content

MininduBimsara/Freshkit

Repository files navigation

E-Commerce Website

Description

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.

Features

  • 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

Technologies Used

  • Frontend: HTML, CSS, SCSS, JavaScript, Bootstrap
  • Backend: PHP, MySQL
  • Styling: SCSS, CSS

Folder Structure

- 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

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the project folder:
    cd Freshkit
  3. Set up the database:
    • Import the database.sql file into MySQL.
    • Update database credentials in config/db.php.
  4. Start a local server:
    • Use XAMPP, WAMP, or any local PHP server.
    • Place the project in the htdocs folder (for XAMPP users).
  5. Open the browser and visit:
    http://localhost/Freshkit/
    

Admin Login Credentials (Demo)

Username: admin
Password: admin123

Contributing

Feel free to fork this repository and submit pull requests for improvements.

License

This project is licensed under the MIT License.

About

My E commerce Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors