This project allows you to track your Euro 2024 bets and see the latest game results.
-
Clone the repository:
git clone https://github.com/mikizi/toto.git
-
Navigate to the project directory:
cd toto
-
Open
index.html
in your browser to view the project.
- The
index.html
file displays the Euro 2024 bets and latest game results. - The
scripts.js
file contains the logic for fetching and displaying the data from the Excel file.
To update the results in the Excel file and commit the changes to GitHub, follow these steps:
-
Navigate to the Repository:
- Go to the GitHub repository.
-
Upload the Updated Excel File:
- Click on the
Add file
button located above the list of files. - Select
Upload files
from the dropdown menu. - Drag and drop the updated Excel file (
Master_euro2024.xlsx
) or clickchoose your files
to select it. - Ensure the file name is the same as the existing file (
Master_euro2024.xlsx
).
- Click on the
-
Commit the Changes:
- In the commit message box, add a comment describing the updates or changes made. For example:
Update results for the game on June 14, 2024
- Click on the
Commit changes
button to commit the updates to the repository.
- In the commit message box, add a comment describing the updates or changes made. For example:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
If you have any questions or suggestions, please feel free to contact us.