Skip to content

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.

License

Notifications You must be signed in to change notification settings

jromero132/isit

Repository files navigation

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

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 file for details.