An open API service indexing awesome lists of open source software.

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.

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.