An open API service indexing awesome lists of open source software.

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

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

![alt tag](https://i.imgur.com/UiqR2vE.png)

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