This is a simple JavaScript project that generates a random piece of wisdom along with a personalized intro and a reflective prompt. It's designed to offer quick insight, spark thought, or add some philosophical flavor to your day.
- Randomly selects:
- An opening statement (e.g., "Your Quote of the day is...")
- A quote from philosophers like Aristotle, Socrates, and Marcus Aurelius
- A follow-up reflective prompt to help you think deeper
Make sure you have Node.js installed.
- Clone the repo or download the file
- Navigate to the folder in your terminal
- Run the script:
bash node random.js
Each time you run the script, youโll get a new combination of intro, quote, and reflection.
๐ก Example Output
The Word of the day is: "You have power over your mind - not outside events. Realize this, and you will find strength. - Marcus Aurelius, Meditations"
What deeper question does this quote invite you to explore?
๐ฑ Ideas for the Future Add categories (Stoicism, Ancient Greece, etc.)
Build a web version
Let users add their own quotes
Schedule daily messages with a cron job or desktop notification
๐ Philosophy Behind the Project This generator draws from the timeless wisdom of great thinkers to give you daily inspiration. Whether youโre into philosophy, journaling, or just love a good quote, this project is here to vibe with your growth.
๐จ๐พโ๐ป Author Ayomide Olayori Built with intention, learning, and a touch of ancient wisdom.