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 . 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.