https://github.com/phenax/ecommerce_web_assignment
https://github.com/phenax/ecommerce_web_assignment
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phenax/ecommerce_web_assignment
- Owner: phenax
- License: apache-2.0
- Created: 2016-08-11T15:20:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T14:23:38.000Z (about 8 years ago)
- Last Synced: 2025-03-06T08:57:18.048Z (over 1 year ago)
- Language: JavaScript
- Size: 651 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECommerce Web Assignment
## Instructions
1. Run `php -S 127.0.0.1:8080` to create a PHP server in the current directory.
2. Visit 127.0.0.1:8080 with a web browser.
## Stack info
* BackEnd:
- PHP
* FrontEnd:
- HTML5
- CSS3
- JavaScript
- jQuery
- ReactJS
## Directory Structure
* `/api` - PHP API to fetch product information
* `/css` - Compiled CSS files
* `/img` - Images
* `/js` - Compiled JS files
* `/js_es6` - ES6 JavaScript files
* `/models` - PHP Models to interact with product data
* `/partials` - Partial PHP files
* `/scss` - Sassy CSS files
* `index.php` - Index page(Landing page)
* `products.php` - Products page