MV Clubs
Inspired by mvhs.io and periods.io that were created by students from past years, we have created MV Clubs.
MV Clubs tells you which clubs are meeting today, tells you when else the meetings are, and gives a little description about each club. The website will look different each day because the clubs that have meetings are different each day. You can even test it out by changing the day variable in the make_card() function in script.js.
We built the website by using a csv file of all the different clubs, their descriptions and their meeting days, and this was taken from the MVHS website. We then used this data to filter through the list of clubs and take only the clubs that have a meeting on the current day and show them on screen.
A challenge we ran into was reading the csv file, because it is a lot harder in JavaScript than it is in languages like Python, but we were able to find a way. Along the way, we honed our skills in web development, and we gained valuable practice in working together in a group.
Log in or sign up for Devpost to join the conversation.