https://github.com/charlescreativecontent/harry-potter-horoscope
A Harry Potter Themed Horoscope Application
https://github.com/charlescreativecontent/harry-potter-horoscope
Last synced: 9 months ago
JSON representation
A Harry Potter Themed Horoscope Application
- Host: GitHub
- URL: https://github.com/charlescreativecontent/harry-potter-horoscope
- Owner: CharlesCreativeContent
- Created: 2020-08-20T16:13:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T16:24:09.000Z (almost 6 years ago)
- Last Synced: 2025-05-31T13:01:58.109Z (about 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HarryPotter Horoscope
A Harry Potter Themed Horoscope Application. This app has several features including a birthday input function, four different house options, which is a total of 48 different horoscopes a week.
**Link to project:** https://codepen.io/ShawnBasquiat/full/oNxXqBm

## How It's Made:
**Tech used:** HTML5, CSS3, JavaScript
My learning was focused on the manipulation of date objects. A horoscope was the perfect oppurtunity to practice conversion between date types.
## Optimizations
It would have been nice to be able to get a current date function that checks the current date and alters the horoscope output. Not too much optimization needed as (I think) my code was pretty lean, but maybe I will think otherwise in the future.
## Lessons Learned:
Date Object Methods are troublesome. It took a couple tries to get it right and I eventually just used string methods to finish up the app. I would have loved to get all od the Date Object Methods to work how I expected them.