Files
october.today/README.md
2025-03-05 12:09:13 -05:00

30 lines
1008 B
Markdown

# October.Today
A simple website that displays the date as if October 2019 never ended.
## About
This website is based on a running joke between friends where we count the days as if we're still in October 2019. Instead of showing today's actual date, it displays it as "October Nth, 2019" where N is the number of days since October 1, 2019.
## How It Works
The site uses JavaScript to:
1. Calculate the number of days since October 1, 2019
2. Display the result as "October [day count]" with the appropriate ordinal suffix (st, nd, rd, th)
## Deployment
This site is meant to be deployed on GitHub Pages. To deploy:
1. Push this repository to GitHub
2. Go to repository Settings > Pages
3. Select the main branch as the source
4. The site will be published at https://[your-username].github.io/[repository-name]/
## Local Development
To run this site locally, simply open the `index.html` file in a web browser.
## License
This project is open source and available for anyone to use or modify.