Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 641 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 641 Bytes

Welcome to my astrology web app

Welcome to my horoscope app! Simply enter your birthdate (month and date), and discover your astrological sign.

View the project here: https://astrologycodedbycass.netlify.app/

How it's made

This web app used HTML, CSS, and JavaScript. With a single event listener, you can uncover the name of your zodiac sign along with some fun insights.

Lesson's learned

For this project, I had fun manipulating the DOM and seeing how JS and CSS can interact in fun and creative ways. For my next project, I'd like to learn how to make storing data, that is, creating and accessing the strings more efficient.