https://github.com/jromero132/isit
Is It The Day? is a playful web app that lets users check if today is a specific day of the week in multiple languages, inspired by a team tradition in a previous job.
https://github.com/jromero132/isit
cross-browser-compatible css day-of-the-week deployment frontend fun-project github-pages html internationalization javascript lightweight mobile-friendly multilingual open-source responsive single-page-app user-experience user-interface web-app web-development
Last synced: about 1 month ago
JSON representation
Is It The Day? is a playful web app that lets users check if today is a specific day of the week in multiple languages, inspired by a team tradition in a previous job.
- Host: GitHub
- URL: https://github.com/jromero132/isit
- Owner: jromero132
- License: mit
- Created: 2022-06-03T09:40:38.000Z (about 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-10-01T11:57:21.000Z (over 1 year ago)
- Last Synced: 2025-09-26T16:02:13.112Z (9 months ago)
- Topics: cross-browser-compatible, css, day-of-the-week, deployment, frontend, fun-project, github-pages, html, internationalization, javascript, lightweight, mobile-friendly, multilingual, open-source, responsive, single-page-app, user-experience, user-interface, web-app, web-development
- Language: HTML
- Homepage: https://jromero132.github.io/isit/
- Size: 9.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Is It Friday Yet?
A website that shows if it is the desired day of the week in multiple languages. Inspired by the
"Is it Friday?" tradition from a previous team I worked with.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Installation
You only need to clone the repository and you are done:
```bash
git clone https://github.com/jromero132/isit```
## Usage
Open the website in your browser and navigate to the pages for each day of the week to see if it is
the desired day.
Also, if you want to run this project in a server, the root directory of the project is the one you
need to use in deployment.
## Contributing
1. Fork the repository.
2. Create a new branch:
`git checkout -b feature/YourFeature`
3. Make your changes and commit them:
`git commit -m "A new awesome feature"`
4. Push to the branch:
`git push origin feature/YourFeature`
5. Create a pull request to `gh-pages` branch.
## License
This project is licensed under the MIT License - see the [license](license) file for details.