An intelligent(ish), self learning(ish) autocorrecting text editor built during Stupid Hackathon Sweden. The pretty useless editor can be found at stopid-editor.herokuapp.com.
To start project:
# Install dependencies
$ npm install
# Start project
$ npm start
# Run build script to make project ready for production
$ npm run build
MIT