An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# OpenFortuneCookie

![GitHub issues](https://img.shields.io/github/issues/Pkwiatkowski-ssj/FortuneCookieGenerator)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Pkwiatkowski-ssj/FortuneCookieGenerator)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)
![License](https://img.shields.io/github/license/Pkwiatkowski-ssj/FortuneCookieGenerator)

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!