Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innoq/roca-airways
The ROCA Airways online check-in is a simple demo application demonstrating the benefits of progressive enhancement for both end users and developers.
https://github.com/innoq/roca-airways
Last synced: 7 days ago
JSON representation
The ROCA Airways online check-in is a simple demo application demonstrating the benefits of progressive enhancement for both end users and developers.
- Host: GitHub
- URL: https://github.com/innoq/roca-airways
- Owner: innoq
- License: other
- Created: 2014-11-04T11:25:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T07:02:17.000Z (over 9 years ago)
- Last Synced: 2024-04-14T13:58:43.086Z (7 months ago)
- Language: JavaScript
- Homepage: http://roca-airways.herokuapp.com/
- Size: 441 KB
- Stars: 10
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
The [ROCA Airways online check-in](http://roca-airways.herokuapp.com) is a small demo application
demonstrating the benefits of
[progressive enhancement](https://www.gov.uk/service-manual/making-software/progressive-enhancement)
for both end users and developers. It is build upon the initial seat picking demo [ROCAir](https://github.com/innoq/rocair) and provides additional examples of how features like client-side validation, AJAX calls or inter-component communication can be implemented based on the principles of progressive enhancement.Created by [innoQ](https://www.innoq.com), though based on the collective
wisdom of web advocates across the globe.Originally based on [ROCAir](https://github.com/innoq/rocair), which takes a more minimalist approach.
# Getting Started
* `npm install` downloads third-party components
* `./server` launches the application----
Licensed under the Apache License, version 2.0.