Question
Please what other information do you need for this question to be answered? I posted this question 3 days ago and I got replies that
"Please what other information do you need for this question to be answered? I posted this question 3 days ago and I got replies that it needs more information twice. Thanks."
Create an alarm clock as an ASP.NET MVC web application. The front end should have buttons that allow the user to input and set an alarm, turn on and off the alarm, and set the current time zone. The controllers and model layers should be coded in C# using functional paradigm wherever possible. You will have to use some HTML and JavaScript for the view layers.
Create the alarm clock as follows:
1.Your home page should display the time.
a.The time should be able to be displayed in both 24-hour and 12-hour format.
b.The time should update once every second from the server.
2. An alarm should be able to be set.
a.An alarm can be set by the hour/minute/second.
b.The alarm can be toggled on/off.
c.The alarm should have an alert when it is activated.
3. The current time zone should be able to be changed.
a. A dropdown or input should allow the time zone to be changed
b.The change in time zone should update both the current clock and any saved alarms.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started