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

https://github.com/soumilgit/e-commerce-wpl-my-work

About us page for an E-commerce website
https://github.com/soumilgit/e-commerce-wpl-my-work

css html

Last synced: 9 months ago
JSON representation

About us page for an E-commerce website

Awesome Lists containing this project

README

          

Consists of the About,Contact and Cart pages.
# Folder structure :
Here is the folder structure of the repository :
```
|.gitattributes
├─ .github
│  └─ ISSUE_TEMPLATE
│     ├─ bug_report.md
│     └─ feature_request.md
├─ BACKEND
│  ├─ AboutUsECommerce.php
│  ├─ cart.php
│  ├─ contact.php
│  ├─ forgotpassword.php
│  ├─ homepage.php
│  ├─ login.php
│  ├─ none
│  ├─ payment.php
│  ├─ products.php
│  ├─ register.php
│  └─ shop.php
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Code-Folders
│  ├─ AboutUs.html
│  ├─ Contact.html
│  └─ cart.html
LICENSE
README.md
SECURITY.md
└─ images & videos
   ├─ 1.mp4
   ├─ 1.png
   ├─ 2.png
   ├─ 3.png
   ├─ a6.jpg
   ├─ banner.png
   ├─ f1.png
   ├─ f2.png
   ├─ f3.png
   ├─ f4.png
   ├─ f5.png
   ├─ f6.png
   └─ logo.png
```