Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 487 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 487 Bytes

Why

An application to learn the latest ecmascript updates

Features

  • Add User
  • Remove User
  • Users List
  • Increment property

Specs

  • Javascript 'class' declaration
  • Modules Importation/Exportation
  • New object Promise declaration

Global logic oriented likes a basic MVC framework (but no routing here).

Homemade :

  • WebSql access manager
  • EventManager for Pub/Sub pattern

Run

On mac open terminal and type

python -m SimpleHTTPServer 8000

or

Use any http server