Inspiration
I googled coding ideas and this one caught my eye
What it does
The user inputs day, month, and year and the program outputs the day of the week and a calendar of the month and year.
How we built it
It is in html, css, and javascript.
Challenges we ran into
I had many challenges trying to code the calculation of the day of the week from user input. I also realized that javascript's modulo function was returning incorrect results when the input was negative and I had to look up a solution.
Accomplishments that we're proud of
This was my first "large" coding project and I felt good finishing it.
What we learned
I learned to use json objects
Log in or sign up for Devpost to join the conversation.