Sahil Srivastava | Software Developer & Tech Creator

SS Store - Ecommerce Admin Panel

ss-store-admin-img1

Project Overview

SS Store Admin is a frontend e-commerce administration dashboard developed using HTML, CSS, and Vanilla JavaScript.

The primary objective of this project was to understand and implement CRUD operations within a practical application rather than building a basic CRUD interface. The dashboard provides dedicated sections for managing products, viewing customer orders, and accessing user information.

While building this project, I gained practical experience with DOM manipulation, form handling and validation, browser storage, asynchronous JavaScript, related datasets, reusable utility functions, and structuring JavaScript across multiple pages.

Technologies Used

Key Features

How It Works

The admin logs in using the provided demo credentials and is redirected to the dashboard after successful authentication.

From the dashboard, the admin can navigate between Products, Orders, and Users. Product data can be created, viewed, updated, and deleted, while order and user sections display information from related datasets.

Local Storage is used to persist product changes, while Session Storage manages the admin login state during the browser session.

Demo Credentials

Username: admin
Password: admin5678

Project Gallery

Scroll to Top