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

https://github.com/phenax/ecommerce_web_assignment


https://github.com/phenax/ecommerce_web_assignment

Last synced: about 1 year ago
JSON representation

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