https://github.com/samwson/quote-inspiration
Save your favorite quotes and be inspired every day
https://github.com/samwson/quote-inspiration
Last synced: 8 months ago
JSON representation
Save your favorite quotes and be inspired every day
- Host: GitHub
- URL: https://github.com/samwson/quote-inspiration
- Owner: samWson
- License: gpl-3.0
- Created: 2016-06-28T08:23:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T22:34:59.000Z (over 9 years ago)
- Last Synced: 2025-06-08T07:06:22.321Z (about 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quote-inspiration
Save your favorite quotes and be inspired every day
## Summary
A command line application that displays a random quote on demand.
## User stories
As a user I want to:
* Add a quote. Quotes will be made up of:
- The quote text
- The author (quoter?)
- Date of the quote
* Display a random quote on demand.
* Save the quotes so they persist after the program ends.
* Display a random quote on startup.