artemii-yanushevskyi / RemoteRetail

Facebook & Co. Student Hackathon 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.html:

purchasesTable - out: name, seller, price, time;

salesTable - out: item, price, amount (you saled); IN: item, price, seller (void adding);

nickname - User model's Name (Nickname) property;

saleForm - Form for new sale input ???;

balance - total amount of "coins" for user, maybe included in purchasesTable;

Additional:

daytime

purchase.html

nickname (username)

name (name ot item that you bought)

seller (whose item you bought)

price (how much you paid for this item)

balance (your current balance after this purchase)

Additional:

daytime

For JS:

WritePurchasesTable(purchasesTable) - js method which outputs purchasesTable;

WriteSalesTable(salesTable) - js method which outputs salesTable;

About

Facebook & Co. Student Hackathon 2018


Languages

Language:JavaScript 45.9%Language:CSS 35.3%Language:Python 12.6%Language:HTML 6.2%Language:Makefile 0.1%