https://github.com/pkwiatkowski-ssj/fortunecookiegenerator
Add your own fortune! Beginner-friendly Java app for learning Git and having fun.
https://github.com/pkwiatkowski-ssj/fortunecookiegenerator
beginner-friendly console-app fortune-cookie hacktoberfest java open-source
Last synced: 4 months ago
JSON representation
Add your own fortune! Beginner-friendly Java app for learning Git and having fun.
- Host: GitHub
- URL: https://github.com/pkwiatkowski-ssj/fortunecookiegenerator
- Owner: Pkwiatkowski-ssj
- License: mit
- Created: 2025-04-08T13:00:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T09:16:44.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:16:23.285Z (about 1 year ago)
- Topics: beginner-friendly, console-app, fortune-cookie, hacktoberfest, java, open-source
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License
Awesome Lists containing this project
README
# OpenFortuneCookie




A simple Java console app that gives you a random fortune every time you crack a cookie!
Features
- Randomly displays fortune messages
- User can press Enter to receive more
- Includes a variety of prewritten fortunes
Contribute a Fortune
Want to add your own fortune to the list?
1. Fork this repo
2. Add your fortune to the `fortunes[]` array in `FortuneCookie.java`
"Today’s code is tomorrow’s wisdom." – Kilo
License
MIT – feel free to use and improve!