Skip to content
SEH edited this page Nov 9, 2015 · 23 revisions

Due Monday, Oct 19

The idea here is to synthesize the concepts we've covered so far — DOM manipulation, text parsing with split(), replace() and regular expressions, working with data files and APIs, and word counting — and create a project that builds off these skills. To keep things simple I suggest the constraints of making only a "single page app" and working with a smallish dataset that doesn't require server-side programming.

Some sample ideas for projects are:

There's no real requirements here other than to make something that interests you, but the central idea here is to work with text input whether from a user, file, or API. The output can be anything -- more text, visuals, sound, etc. The entire experience should happen in the browser.

This project is due Monday, October 19th. You'll have 5 minutes only (!) to present and then the class will type feedback for 2-3 minutes into a google form. If you would like the class to try your project instead of or in addition to presenting that is ok too. Would love any suggestions for how to make this form better, let me know.

BREAK

Clone this wiki locally