Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.09 KB

readme.md

File metadata and controls

44 lines (28 loc) · 1.09 KB

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.