Main repository - https://github.com/MastersAcademy/fe-react-2024
Design - https://www.figma.com/file/mRAOMdJiAsD8fHSVnYwUl9/React-web-page
Branch name (from which you will create a pr)- main
Branch name (to which you will create a pr)- task/10-final
This is the final review of your project by the support mentor.
You can send your project to review even if you haven't done all homeworks
1. Setup your branch for the final review
You should create a branch form origin/main(initial state of your repository) and make a pull-request to it. This is needed to see all the changes you made during the course.
1.1. Make sure, that main repository is added to your local machine as second remote
1.2. Create a new local branch task/10-final from the moc/main
git checkout -b task/10-final moc/main
1.3.Push this new local branch to your remote repository
2. (Optional) Add some logic to your project.
2.1. Switch to main branch
2.2. Add logic from the design, which was not implemented during the course
- Mobile menu
- Cart page
- Sign up form
- Whatever you like to add
3. Send your project to review.
3.1. In your remote repository create a pull request from the main branch to task/10-final branch.
3.2. Add your support mentor from the table as reviewer. Add him to your project as collaborator, if you haven't done it yet.
3.3. In the description list the tasks which you implemented and which were not. Example:
Implemented:
- About, Products, Product, Login pages
- Theme switching and its storage in localStorage
Not Implemented
- Redux
- Api calls
- Sign up and cart pages
Main repository - https://github.com/MastersAcademy/fe-react-2024
Design - https://www.figma.com/file/mRAOMdJiAsD8fHSVnYwUl9/React-web-page
Branch name (from which you will create a pr)-
mainBranch name (to which you will create a pr)-
task/10-finalThis is the final review of your project by the support mentor.
You can send your project to review even if you haven't done all homeworks
1. Setup your branch for the final review
You should create a branch form
origin/main(initial state of your repository) and make a pull-request to it. This is needed to see all the changes you made during the course.1.1. Make sure, that main repository is added to your local machine as second remote
1.2. Create a new local branch
task/10-finalfrom themoc/main1.3.Push this new local branch to your remote repository
2. (Optional) Add some logic to your project.
2.1. Switch to
mainbranch2.2. Add logic from the design, which was not implemented during the course
3. Send your project to review.
3.1. In your remote repository create a pull request from the
mainbranch totask/10-finalbranch.3.2. Add your support mentor from the table as reviewer. Add him to your project as collaborator, if you haven't done it yet.
3.3. In the description list the tasks which you implemented and which were not. Example:
Implemented:
Not Implemented