Word Wrap Challenge

This is an example solution to the Coding Dojo Word Wrap Challenge.

It's built on Laravel and Vue. To demo the application:

  • Download this repository
  • Navigate to it in Terminal
  • Enter php artisan serve
  • OR view it served by Heroku here

The logic is in /app/Http/Controllers/FormController.php The Vue components are in /resources/js/components