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.
You only need to clone the repository and you are done:
bash git clone https://github.com/jromero132/isit
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.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/YourFeature
-
Make your changes and commit them:
git commit -m "A new awesome feature"
-
Push to the branch:
git push origin feature/YourFeature
-
Create a pull request to
gh-pages
branch.
This project is licensed under the MIT License - see the license file for details.