Question We are going to implement a calendar for browsers. Our app has a single page that includes the days of the week
Posted: Fri Jul 01, 2022 5:47 am
Question We are going to implement a calendar for browsers. Our app has a single page that includes the days of the week, like the picture below. < > June 2022 I 3 Today GMT-04 9 AM 10 AM 11 AM 12 PM 1 PM 2 PM SUN O 19 O MON 20 TUE 21 WED 22 Q THU 23 Example, 1pm ? Week ▾ FRI 24 1 pending task The page should show the days of the current week(the dates should be correct and dynamic. If you change the date of your computer, it should show you the week related to that date). You are not expected to make your calender this polished, but try your best for a nice look and don't get biased by the picture; that's just an example. SAT 25 Features: ● There should be a way for the user to add an event to the calendar: Each event should have these parameters: ■ Date Time ■ Description Alert offset time (hh: mm) Adding an event can be as simple as having a form at the bottom or be fancy as the Google Calendar approach. It should raise an alert for upcoming events based on the offset time value for that event. O The alert can have any form, but try to make it beautiful ● There should be next week and previous week buttons which, by clicking on them, the calendar shows those dates instead of the current weekdays.