https://github.com/zetsux/elecommerce-admin-page-basic
⚡ An admin page for an imaginary Electronics E-Commerce (Elecommerce) created using Basic PHP
https://github.com/zetsux/elecommerce-admin-page-basic
crud html-css-javascript login-system php
Last synced: about 1 year ago
JSON representation
⚡ An admin page for an imaginary Electronics E-Commerce (Elecommerce) created using Basic PHP
- Host: GitHub
- URL: https://github.com/zetsux/elecommerce-admin-page-basic
- Owner: zetsux
- Created: 2023-01-22T16:41:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T11:03:33.000Z (over 3 years ago)
- Last Synced: 2025-02-04T04:29:42.777Z (over 1 year ago)
- Topics: crud, html-css-javascript, login-system, php
- Language: PHP
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elecommerce Admin Page
## Description
A simple admin page for an imaginary Electronics E-Commerce (Elecommerce).
## Tech Stacks
- HTML, CSS, Javascript, and PHP
- MySQL (Database)
## Features
- Login & Registration System implementing Session and Password Encryption
- Remember Me using Cookies
- Able to do CRUD Operations on the products data
- Able to create/add a product by filling in the necessary data including file handling for the image (C)
- Able to read/see all products available using pagination (R)
- Able to read/see some products by search query also using pagination (R)
- Able to update/edit a product by clicking on the update text in action bar and changing the data (U)
- Able to delete a product by clicking on the delete text in action bar
## Reference
- [Web Programming Unpas Youtube Channel](https://www.youtube.com/@sandhikagalihWPU)