##List It (CodeFellows - App A Day)
By Danielle Tucker.
###Description
List It mini app allows you to have an all in one place for your lists such as grocery lists and craft lists or whatever.
This app was an exercise in exploring:
- Nested Resources - Each list has a nested resource of items.
- Authentication - You need to log in before creating or modifying lists or their items.
###ScreenShot
There are no known special installation instructions.
If you discover any bugs, feel free to create an issue on GitHub fork and send us a pull request.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
