Couse Sharing Website
Budget: $30 – $250 USD
I want to create a web app that will let students enter the course they are taking, then allow them to search and see who is taking a course. I have a brief understanding of HTML and such, but I am stuck on trying to figure out how to make it user-friendly. I have an excel of all the courses being offered, and there are like 17000u unique ones(this includes each and every section of a class across 4 campuses)
Example: I want to enter ANTH 1000 sec 30
My idea was to have a user input the course department they are in using a dropdown(ANTH) (this is more manageable, as there are only 200ish) then a second dropdown has only the numbers that are applicable to the course (1000 ) the last dropbox is populated with just the sections that are relevant
I have all this data in an excel file, so it should not be difficult to extract. Ideally, I wanted to do this via google app scripts, but I couldn't figure out how to do the dropdown thing.
So i am really looking for the javascript or html file to do this
Example: I want to enter ANTH 1000 sec 30
My idea was to have a user input the course department they are in using a dropdown(ANTH) (this is more manageable, as there are only 200ish) then a second dropdown has only the numbers that are applicable to the course (1000 ) the last dropbox is populated with just the sections that are relevant
I have all this data in an excel file, so it should not be difficult to extract. Ideally, I wanted to do this via google app scripts, but I couldn't figure out how to do the dropdown thing.
So i am really looking for the javascript or html file to do this