Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 538 Bytes

text builder app

build a gap fill exercises with your own texts and check in the browser. unstyled prototype running at https://textbuilder.herokuapp.com/ - a cleaner version runs at http://cjkellett.pythonanywhere.com/ (the idea of this project was to refactor the spaghetti code in the original).

commands

npm start //runs server
npm test //runs tests

structure

  • /client is a React app built from create-react-app with no additional dependencies
  • /builder contains all logic written in pure javascript utilising es6