https://github.com/melsumner/tech-survey
what would accessible surveys look like?
https://github.com/melsumner/tech-survey
hacktoberfest
Last synced: 4 months ago
JSON representation
what would accessible surveys look like?
- Host: GitHub
- URL: https://github.com/melsumner/tech-survey
- Owner: MelSumner
- Created: 2019-04-25T17:03:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T18:54:35.000Z (about 7 years ago)
- Last Synced: 2024-10-03T12:26:39.218Z (over 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://tech-survey.netlify.com/
- Size: 267 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tech-survey
This is an app to empower the creation of accessible surveys. It is built with Ember.js.
## Design Details
Supported Question Types:
- Single Select
- Multi Select
- Textbox
- Comment Box
- Rating
- Ranking
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)
## Installation
* `git clone ` this repository
* `cd tech-survey`
* `npm install`
## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)