https://github.com/davemo/big-prototype
A prototype client-side app using Backbone, HTML5 localStorage, Underscore, jQuery and Highcharts
https://github.com/davemo/big-prototype
Last synced: about 1 year ago
JSON representation
A prototype client-side app using Backbone, HTML5 localStorage, Underscore, jQuery and Highcharts
- Host: GitHub
- URL: https://github.com/davemo/big-prototype
- Owner: davemo
- Created: 2011-07-07T03:05:11.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T23:58:12.000Z (over 4 years ago)
- Last Synced: 2025-03-17T02:02:40.533Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 548 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a working prototype I built for a client-project in order to get user testing on some interface features.
The code was not test-driven, nor does it have unit tests as it was basically a giant spike, but I consider it fairly well structured.
I used working on this as an opportunity to explore more of backbone.js and what it takes to build a full application.
You're free to use any of this code as you see fit ;)
# Instructions
Clone the repository, then run this from your command prompt:
$ npx serve .
This should open your default browser and you will see the app running.
Note: for the charting portion of the app only these 5 countries have data:
- Brazil
- India
- China
- Canada
- United States
# Support
This app runs great in Chrome, decent in Firefox and is untested in any other browsers.