Skip to content

Event Countdown is a simple and responsive web application that allows users to set a countdown timer for a specific event. It features a clean and intuitive user interface, making it easy for users to input event details and see the time remaining until the event.

Notifications You must be signed in to change notification settings

jatinkaushik-jk/EventCountdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EventCountdown

Event Countdown is a simple and responsive web application that allows users to set a countdown timer for a specific event. It features a clean and intuitive user interface, making it easy for users to input event details and see the time remaining until the event.

Features

  • Responsive Design: Optimized for various screen sizes, ensuring a seamless experience on both desktop and mobile devices.
  • User-Friendly Interface: Simple form for entering event details (name, date, and time).
  • Real-Time Countdown: Displays days, hours, minutes, and seconds remaining until the event.
  • Dynamic Updates: Countdown updates every second to reflect the accurate remaining time.

Technologies Used

  • HTML5: For the structure of the web page.
  • CSS3: For styling and responsive design.
  • JavaScript: For handling the countdown logic and user interactions.

Getting Started

Prerequisites

To run this project locally, you need a web browser that supports HTML5, CSS3, and JavaScript.

Installation

  1. Clone the repository:

    git clone https://github.com/jatinkaushik-jk/EventCountdown.git
  2. Navigate to the project directory:

    cd EventCountdown
  3. Open index.html in your web browser

    Alternatively, you can drag and drop the index.html file into your web browser.

Usage

  1. Open the application in your web browser.
  2. Enter the event name (optional), date, and time in the provided form.
  3. Click the Submit button.
  4. The countdown timer will start, displaying the time remaining until the event.

Code Overview

HTML

The index.html file contains the structure of the application, including the form for inputting event details and the countdown display.

CSS

The style.css file contains the styles for the application, ensuring a visually appealing and responsive design.

JavaScript

The script.js file contains the logic for handling the countdown timer, including:

  • Event listeners for form submission.
  • Functions to calculate the time remaining and update the countdown display.

Screenshots

Initial-form MainUI

Contact

If you have any questions or suggestions, feel free to reach out to me on LinkedIn or GitHub.

About

Event Countdown is a simple and responsive web application that allows users to set a countdown timer for a specific event. It features a clean and intuitive user interface, making it easy for users to input event details and see the time remaining until the event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published