An open API service indexing awesome lists of open source software.

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

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)