{"id":15017402,"url":"https://github.com/mcalthrop/angular-spa-demo","last_synced_at":"2025-04-12T11:43:37.265Z","repository":{"id":11600530,"uuid":"14092746","full_name":"mcalthrop/angular-spa-demo","owner":"mcalthrop","description":"Demo code for a Single Page Application using AngularJS","archived":false,"fork":false,"pushed_at":"2017-06-22T08:58:56.000Z","size":709,"stargazers_count":20,"open_issues_count":9,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T06:34:22.531Z","etag":null,"topics":["angularjs","demo","jasmine","javascript","spa"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcalthrop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-03T20:21:24.000Z","updated_at":"2022-04-22T11:29:29.000Z","dependencies_parsed_at":"2022-08-30T09:32:20.087Z","dependency_job_id":null,"html_url":"https://github.com/mcalthrop/angular-spa-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcalthrop%2Fangular-spa-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcalthrop%2Fangular-spa-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcalthrop%2Fangular-spa-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcalthrop%2Fangular-spa-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcalthrop","download_url":"https://codeload.github.com/mcalthrop/angular-spa-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564056,"owners_count":21125405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angularjs","demo","jasmine","javascript","spa"],"created_at":"2024-09-24T19:50:24.642Z","updated_at":"2025-04-12T11:43:37.242Z","avatar_url":"https://github.com/mcalthrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mcalthrop/angular-spa-demo.svg?branch=master)](https://travis-ci.org/mcalthrop/angular-spa-demo)\n\nangular-spa-demo\n================\n\nDemo code for a Single Page Application using AngularJS.\n\n## Purpose\n\nThis is a sample HTML5 / JS / CSS SPA (Single Page Application) developed with AngularJS.\n\nMarkup has been styled to be responsive, according to the device used to view the app.\n\nIt is intended as a demonstration of technical capabilities rather than design or helpful data. :-)\n\nNote also that it is a work in progress; you can check out what features are in the pipeline in the [issues](#issues) list.\n\n## Functionality\n\nThis is a simple application that displays several pages, including profile information for a list of people.\n\nThe sample data is contrived, but shows how the data is stored in JSON format, retrieved via AJAX,\nand inserted into HTML templates.\n\n## Implementation\n\nThe functionality has been implemented using the following features:\n\n* AngularJS 1.2, documented\n* Twitter Bootstrap 3.2\n* Javascript validated with JSHint and JSCS\n* automated CI build on code repo change\n* semantic HTML5\n* well-structured CSS built with LESS\n* responsive web development/design (no separate m-dot site)\n* page content sourced via XHR service call with JSON response (static)\n* multi-browser unit testing with Jasmine \u0026 Karma\n* grunt-driven builds to dev and prod distributions\n\n## Usage\n\n### Building\n\nFork/clone this repo, then:\n\n``` sh\n$ bower install \u0026\u0026 npm install\n# build the dev distribution:\n$ grunt dev\n# run the unit tests:\n$ grunt test\n# just build the docs\n$ grunt docs\n# build the prod distribution (includes clean, test \u0026 docs) :\n$ grunt prod\n```\n\n### Running\n\nSet up local web servers to point to `dist/dev` and `dist/prod` for _dev_ and _prod_ distributions, respectively.\n\n### Customising\n\nTo customise the content, modify the contents of the following files:\n\n* `svc/*/*.json`\n* `src/js/app/*/*/*.html`\n\n### Viewing the docs\n\nBuild the docs, fire up a web server with `dist/docs` as the webroot, and point your browser to [`localhost:8001`](http://localhost:8001):\n\n``` sh\n$ ( grunt docs \u0026\u0026 cd dist/docs \u0026\u0026 python -m SimpleHTTPServer 8001 )\n```\n\n## Issues\n\nThe github issue system holds the issues for this project:\n\n* [all](https://github.com/mcalthrop/angular-spa-demo/issues)\n* [bugs](https://github.com/mcalthrop/angular-spa-demo/labels/bug)\n* [enhancements](https://github.com/mcalthrop/angular-spa-demo/labels/enhancement)\n* [investigate](https://github.com/mcalthrop/angular-spa-demo/labels/investigate)\n\n## Demo site\n\n[mcalthrop.github.io/angular-spa-demo/](http://mcalthrop.github.io/angular-spa-demo/)\n\nThis site is kept up to date with the latest code in the codebase.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcalthrop%2Fangular-spa-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcalthrop%2Fangular-spa-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcalthrop%2Fangular-spa-demo/lists"}