Ideas for the project:

We are thinking of making a highly interactive web application that is very convinient for students. It will have calendars, clocks, reminders, and more.

Thoughts about data:

This is mostly for the backend developer. We think that we will need to store a lot of data. Types of data that we would store are: Basic user authentication and user schedule stuff. We will have the user input various forms of info about their schedule and then store it for things like reminders and what not.

Frontend:

I'm in-charge of the front-end and I have already started on some of the elements needed for the website. I have already made an interactive calendar. I used HTML for making the static calendar, css to style the calendar, and javascript to turn the boring static calendar into a dynamic interactive one.