Psychic Readings

Welcome to the psychic readings from an infamous psychic with deep connections to the animal world! They will use their knowledge of the current happenings in the Universe to tell you about your own spiritual connections, and where to avoid in order to prevent some of the worst outcomes of your life!

I’ve used a few of the things we’ve learnt, such as arrays, objects, if statements, switch statements, to create random predictions, and have a few case based sentences thrown in.

Let me know what you think!

https://github.com/JonPo89/mixed_messages

2 Likes

This looks good to me!

Congrats @jonporter! amazing job!
The project is so creative, keep pushing!

As a side comment, I read your code in GitHub and I had to scroll horizontally to access some lines that are too wide. Consider using a formatter that auto formats your code when you save. I suggest Prettier, give it a try :wink:

  1. Here is the link to check its documentation: https://prettier.io/
  2. If you use VS Code, you can download the extension right there.
  3. After installing the extension, you can access VS Code settings, type “formatter” in the search bar and select “Prettier” as your default formatter.
  4. With “formatter” still in the search bar of settings, look for the option “Format On Save”, so each time you code and save, Prettier can format your code.