Question: Using JavaScript, jQuery, and cookies Overview Create a website that allows the user to register an event using a form. Once the event has been

Using JavaScript, jQuery, and cookies

Overview

Create a website that allows the user to register an event using a form. Once the event has been registered, the website should display a countdown timer for the event (the form should no longer be displayed). If the user returns to the website any time before the event the countdown timer should be displayed. Once the day of the event arrives an animated message should be displayed in place of the countdown timer. The animated message should display for 2 days after the date of the event. After those 2 days, the website should return to displaying the form in order to allow the user to register a new event. Requirements

You must follow best coding practices for HTML, CSS, JavaScript, and jQuery

Code must be documented.

Your countdown timer must display the first name and event name entered in the form.

Your event has arrived message must be animated. Assumptions/Limitations for our Implementation

You can assume the event occurs at 12:00:00am on the day of the event.

There can be only one event registered at a time.

You can assume the user enters all form information correctly.

You will need to test using Firefox as cookies do not work with local websites using Chrome

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!