Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aathifzahir/online-tailor-store
A project made using HTML, CSS, JS, PHP, MySQL, and Notepad++
https://github.com/aathifzahir/online-tailor-store
Last synced: 15 days ago
JSON representation
A project made using HTML, CSS, JS, PHP, MySQL, and Notepad++
- Host: GitHub
- URL: https://github.com/aathifzahir/online-tailor-store
- Owner: AathifZahir
- License: mit
- Created: 2024-04-19T07:03:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T11:09:43.000Z (9 months ago)
- Last Synced: 2024-08-22T05:35:07.865Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Online Tailor Store
A web-based tailor store that provides the user with easy to navigate user interface.
![alt text](https://github.com/CrypticDroid/Online-Tailor-Store/blob/main/Screenshots/main.jpg)
![alt text](https://github.com/CrypticDroid/Online-Tailor-Store/blob/main/Screenshots/list.jpg)
## Table of contents
- [System Overview](#system-overview)
- [Technology](#technology)
- [Features](#features)
- [Getting Started](#getting-started)## System Overview
The web app works as a way for customers to browse products and place orders through the internet. To unlock full access to the functions of the system, the user is required to login to the system with their credentials. The customers can create their own credentials by providing information. Information regarding the user is stored in a secured database. Upon logging in, they can add items to their cart, place orders, and track their progress. Additionally, the system includes an admin dashboard accessible to administrators, with credentials created manually.## Technology
**Languages:**
![HTML](https://img.shields.io/badge/HTML-5-orange?style=flat-square&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS-3-blue?style=flat-square&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-ES6-yellow?style=flat-square&logo=javascript&logoColor=white)
![PHP](https://img.shields.io/badge/PHP-7-blue?style=flat-square&logo=php&logoColor=white)**Database:**
![MySQL](https://img.shields.io/badge/MySQL-8-blue?style=flat-square&logo=mysql&logoColor=white)**Server:**
![XAMPP](https://img.shields.io/badge/XAMPP-7.4.27-green?style=flat-square&logo=xampp&logoColor=white)**Editor:**
![Notepad++](https://img.shields.io/badge/Notepad++-7.9.5-blue?style=flat-square&logo=notepad%2B%2B&logoColor=white)## Features
-
User authentication: register accounts, login to and logout of the system -
Profile management: user can update and delete their account -
Browse products: products can be browsed -
Cart management: add, delete, update and retrieve items -
Order placement: logged-in users can place orders -
Order tracking: orders placed can be tracked -
Admin dashboard: through the dashboards, orders and users can be manageds
## Getting Started
To run this project locally, follow these steps:
- Install XAMPP server on your machine.
- Clone the repository:
git clone https://github.com/mushrifahamed/online-tailor-store.git
- Place the source code from above in the
xampp\htdocs
folder - Open XAMPP server and start Apache and MySQL
- Navigate to
http://localhost/online-tailor-store
in your browser