Feed the Bunny is a simple app that provides short random writing prompts to spark the imagination. In its first stage it provided a random single prompt from any category. Now it includes random prompts from a specific category (e.g.: holiday, drama, poetry).
Feed the Bunny has a Rails backend. To set up:
git clone https://github.com/kdmcclin/feedthebunny.git
Run bundle:
bundle install
Note: If you're using a Windows development environment you may need to alter the tzinfo gem to cover your operating system. This gem is unnecessary for non-Windows users.
Start the server:
rails s
- Add non-fiction writing prompts
- Add admin ability to create new categories in production
- Add an art category
- Add database backups
- Add check for similar prompt when creating a new one
- Upgrade Heroku stack
- Improve test coverage