- Over 4 years ago I created a single page application using Backbone.JS
- Not one consideration for accessibility was made at that time
- The purpose of this SPA is to allow a photographer to upload large images to be transferred to the server for later use (i.e. Custom Dropbox)
Created for Inclusive Design 24 2019
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
NPM
NODE
EXPRESS
FS
MUTLER
A step by step series of examples that tell you how to get a development env running
Clone Git Repo
https://github.com/sethkane/a11yspa.git
Download the Node Modules
npm install
You might have to install each module manually
npm install express
npm install fs
npm install mutler
Start the Server
npm start
Test the App
http://localhost:3131/
https://a11yspa.herokuapp.com/
There might be some accessibility issues.
There might be some spelling mistakes in the presentation materials.
This was built as a POC for a previous employeer.
Distribution of this is explicily prohibitted and should be used for learning purposes only!