Introduction: In this project, you will build online eShop WebApp. You will be practicing what was learnt in class regarding JQuery and JQuery Mobile, charts, local Storage, XML and JSON). You can do the project in group of two or individually
Project: Build web app that display three different products ( e.g. mobile phones ) and allow the user to buy and also rate these products.
The web app should contain:
I. User view
1. Main page: give general info about the web app, products photos and link to products pages and option to login as admin
2. Each product will have it is own page which contain the following
a) info about the product (e.g. specifications, images and price from XML/JSON file ...)
b) option to buy product: select quantity (save sales info to local storage)
c) rate the product ( save user rating to local storage) rate 1, 2, or 3 ( rating shows the user satisfaction level )
II. Admin view
1. Login Page ( username: admin , password: 12345 ) login info from JSON file
2. Products Page
a) Show statistics for sales (table and chart data come from local storage)
b) Product evaluation/rating (table and chart data come from local storage)