Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.05 KB

File metadata and controls

23 lines (13 loc) · 1.05 KB

Chinese Zodiac App Visit Here

Do you know what your Chinese zodiac is?

In this app, you can find your Chinese zodiac which is determined by your birth year, and learn how it is displayed in kanji in Japanese

chinese_zodiac_app.mp4

How It's Made:

Tech used: HTML, CSS, JavaScript(vanilla)

Optimizations

When I improve this project, I would update my code with OOP way so that it would be more readable and easy to change.

Lessons Learned:

  1. This was my first project in which I tried to use Javascript. I learned how to change a site dynamically with JavaScript.
  2. As I am Japanese, I created a single page that displays two languages, English and Japanese.
  3. Based on this app, I created a member register app in which a member's profile icon would be displayed with their Chinese zodiac. --> Visit Here