A horoscope generator based on what third of the year it currently is

Hello! I recently finished up this project on my own, and had quite a fun time planning it out and figuring out ways to implement what I envisioned :slight_smile: . I would say the total amount of time I spent on this project was 3 hours, however there are some small things Iā€™d still like to fix up and implement.

Here is a link to my repository! GitHub - jackpat012/Astrology-Reader.

For context, I know it would have been simpler/cleaner to have premade strings with concatenated, randomly generated variables (i.e ā€œI foresee ${ā€˜stringā€™}, and you will recieve good luck in ${x} daysā€). However, this approach didnā€™t seem like it would give the variance between sentences that I wouldā€™ve liked.

Essentially, the goal of the project is to take in a userā€™s birthday, then tell the user what their astrological sign is based on that birthday. Then, it will gather what third of the year it currently is, and based on that information, it will pull random strings from an array associated with that sign.