An educational assistant built in Rails. Never forget what you've learned.
- There is no formation without repetition. This app repeats back to you things you've learned.
- A user creates a 'teacher' based on a book, educator, speaker, podcast, etc.
- A teacher has many teachings. Record a teaching into the web app to keep it forever.
- Add your own comments and thoughts to the teaching.
- A daily reading appears on the main page, a combination of the teaching and your own thoughts.
- Never forget what you've learned.
- Fork and clone Repo
- cd sensei
- bundle install
- You may have to migrate the database by rake db:migrate.
- File an issue with a pull request