This repository contains a simple HTML app with tasks for each team member. Each task is designed to be a small HTML file with a simple coding challenge.
The project consists of the following files:
index.html
: The main page of the application. It displays buttons for each team member's task.farah.html
,mariam1.html
,mariam2.html
,heba.html
: HTML files containing tasks for each team member.
To get started with the project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/3ein39/team-tasks.git
-
Open
index.html
in a web browser to access the main page. -
Click on the buttons corresponding to each team member's task to view the tasks.
If you'd like to contribute to the project, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
-
Create a new branch for your changes:
git checkout -b feature/your-feature-name
-
Implement your changes in the respective HTML file.
-
Commit your changes with descriptive commit messages.
-
Push your changes to your forked repository.
-
Open a pull request from your branch to the main repository's
main
branch. -
Wait for your pull request to be reviewed and merged.