Open Carsiti opened 2 years ago
@Carsiti please add you check-in comment
Week 1
I was having problem with the branch name but @talmurshidi was helping me a lot and he was really patience while explaining things. I do really appreciete it. Thanks a lot !
npm run
, , virtual meeting with the group
git pull to main branch
keep "play around" with GitHub , more detail and focus while using vscode
keep praticing !
@Carsiti what was happening with branch names?
Week 2
First of all I realize I have problem with communication skill, I never mean to being rude but I found it challenging to be more talkactive, en be more specific to explain the problem. Beside that I always have some problem with my local machine and unexpected file. For example like (. . .) file that i had few days ago but then @talmurshidi helped me and assisting me to solve the problem by re-run the VSCode and other things.
meeting with group members @minjupgeorge @MMikhailova @zerubabel4 . If there is a vote for being a couch in the class I would love to vote @MMikhailova for being a couch, she's such has a good leadership skills and good reviewer !
having some problem with local machine and terminal in VSCode
keep "play around" with GitHub , more detail and focus while using vscode
keep praticing !
@Carsiti good to hear that your team is so supportive. being open and communicating is very important as a developer.
Learning Objectives
Priorities: π₯, π£, π₯, π (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - π₯: Understanding this material is required, it covers the base skills you'll need for this module and the next. You do not need to finish all of them but should feel comfortable that you could with enough time. - π£: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - π₯: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - π: These concepts or skills are not necessary but are related to this module. If you are finished with π₯, π£ and π₯ you can use the π exercises to push yourself without getting distracted from the module's main objectives. ---
0. Developing HTML & CSS
Practice with the skills, tools, and workflows you will need to efficiently develop websites written with HTML & CSS.
npm run format
to format all the code in your repositorynpm run lint:css
script to find mistakes in your CSS, and you can fix the mistakes.npm run validate:html
script to find mistakes in your CSS, and you can fix the mistakes.1. Following Plans
Practice working together in a group to build small websites in incremental steps according to a plan. You will be given final code, a detailed plan to rebuild it, and will need to work as a group following the processes in Planning and Collaborating.
2. Writing Plans
Practicing writing your own plans as a group. You will be given only the final code for HTML/CSS web pages, your group will need write a detailed plan for rebuilding the website in small steps.
3. Adapting Plans
Even the best plans are not perfect, it's not possible to know everything ahead of time! You may be able to plan everything ahead of time when the web pages you build are very small and you have the code ahead of time, but it's a whole different thing when you need to build a larger web page over a longer period of time.
In this chapter you will practice full Agile Development by developing a larger, open-ended web pages and adapting your plans as you go. Your team will need to make an initial plan, but the plan will change! Practice having regular meetings with your group to review the website's progress, review your plan, and make any changes in the plan that are necessary to keep the project on schedule.