Has Steve Retired Yet? is a simple countdown clock written in HTML, CSS, and vanilla JavaScript. It displays a custom message when a specified deadline date is reached.
- Countdown Timer: Dynamically updates to show the time remaining until the deadline.
- Customisable Deadline: Easily modify the target date in the JavaScript file.
- Responsive Design: Works well across modern browsers and devices.
- Simple & Lightweight: No dependencies, making it quick to load and run.
-
Clone the repository:
git clone https://github.com/yourusername/has-steve-retired-yet.git
-
Open the Project:
Navigate to the project directory and open the index.html
file in your preferred web browser.
-
Setting the Deadline:
Edit the deadline date in the JavaScript file (e.g.main.js
) to suit your needs. -
Customising the Appearance:
Modifymain.css
to change the styling of the countdown clock. -
Viewing the Countdown:
Openindex.html
in a web browser. The page will display the countdown timer which will automatically update, and a message will be shown once the deadline has been met.
This project is licensed under the GPL-3.0-1 licence.
Contributions are welcome! If you'd like to improve the project, please feel free to fork the repository and submit a pull request. Alternatively, open an issue if you have any suggestions or find any bugs.
Stu Collett extended from an original codepen by Matt Smith (https://codepen.io/AllThingsSmitty/pen/JJavZN)