Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.6 KB

README.md

File metadata and controls

76 lines (52 loc) · 1.6 KB

A11Y SPA (Single Page Application)

  • 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)

Presentation and Slides

Created for Inclusive Design 24 2019

  • Go Boldy Where No Spa Has Gone Before - YouTube
  • Slides and Videos - Google

Notes

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

NPM
NODE
EXPRESS
FS
MUTLER

Installing

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/

Demo

https://a11yspa.herokuapp.com/

Warranties

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!