Skip to content

jaredAnders/zenshin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zenshin

Zenshin is a Todo SPA built using Rails 4 & jQuery.

Concepts/Technologies explored

  • Render JSON from Rails controller

  • Consume API via AJAX

TODO

  • Add landing page for unauthenticated visitors

  • Load scripts on index page only

  • Hide/move completed tasks

Notes

This is the first version of Zenshin. Next, I plan on rebuilding with React using the react-rails gem. Following that, I will build a React app hosted on GitHub Pages that consumes data from a rails API hosted on Heroku.