Task 3: Implement Tabs using React
- Clone this repository
- Create a new branch with the name of the task followed by your
name (
task-1-husam
) - Create a new directory with the name of the task followed by your name,
inside the task directory (
1-task/husam
) - Add your solution to the directory
- Commit your changes
- the commit messages should be descriptive
- the commit message should be in this format:
<type>: <description>
<type>
is the type of the commitfeat:
for new featuresfix:
for bug fixesrefactor:
for code refactoringdocs:
for documentation changesstyle:
for changes that do not affect the meaning of the codetest:
for adding or refactoring testschore:
for changes to the build process or auxiliary tools and libraries such as documentation generation
<description>
is a short description of the commitfeat: implement a new feature
fix: remove a bug
refactor: change the implementation of a feature
docs: add a new document
style: change the color of a button
test: add a new test
chore: add a new dependency
- Push your changes to this repository
- Create a pull request to this repository
- the title of the pull request should be in this format:
[Task 1]: Implement Holy Grail layout using CSS
[Task 2]: Implement Mortage Calculator using React
- the title of the pull request should be in this format: