# js-playground **Repository Path**: mirrors_simi/js-playground ## Basic Information - **Project Name**: js-playground - **Description**: A simplistic app to be implemented with different JS frameworks - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README js-playground ============= This is a simple app implementing a basic shopping cart. There is a static server (written in nodeJS) to allow browser ajax requests (products data). The idea is to implement this tiny functionality with several JS frameworks to get dirty with them and also compare them. These are the ones I'm expecting to try: + Vanilla: Done! (simple approach helped by jQuery) + [Backbone](http://backbonejs.org/): Not available yet + [Angular](http://angularjs.org): Not available yet + [Spine](http://spinejs.com/): Not available yet + [Ember](http://emberjs.com/): Not available yet