lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Madhu : Agile Development, 4 weeks #238

Open MadhuMNG opened 2 years ago

MadhuMNG commented 2 years ago

[my fork of module repository]()

Learning Objectives

0. Developing HTML & CSS

Practice with the skills, tools, and workflows you will need to efficiently develop websites written with HTML & CSS.

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.

MadhuMNG commented 2 years ago

Week 1

I Need Help With:

What went well?

What went less well?

Lessons Learned

Sunday Prep Work

Yet to start

danielhalasz commented 2 years ago

@MadhuMNG there are great HTML and CSS resources that you can use for self study that we recommend (for example by Traversy, NetNinja, freecodecamp, scrimba). The best way is always to practice though, as CSS can be tricky, especially positioning elements.

MadhuMNG commented 2 years ago

Sure Daniel. Thank You.

MadhuMNG commented 2 years ago

Week 2


Need help in:

It will be more easy if we find recommended videos for CSS animation, grids css alignments.

What went well?

What went less well?

Lessons Learned

colevandersWands commented 2 years ago

It will be more easy if we find recommended videos for CSS animation, grids css alignments.

@MadhuMNG , maybe this will help?

danielhalasz commented 2 years ago

@MadhuMNG here are some tutorials to help with CSS

Scrimba: https://scrimba.com/learn/cssgrid https://scrimba.com/learn/flexbox https://scrimba.com/learn/cssvariables

Traversy: https://www.youtube.com/watch?v=0xMQfnTU6oo https://www.youtube.com/watch?v=3YW65K6LcIA

if you put the same class name in CSS more than once, the one at the bottom overrides the top..in other words, it is read from top to bottom..

danielhalasz commented 2 years ago

do you have any specific questions about HTML syntax errors? here is an article about inline elements, hope it helps: https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements

MadhuMNG commented 2 years ago

Thanks @colevandersWands and @danielhalasz. I will go through the above links. Syntax error - Currently I am quite familiar with how to fix syntax error.

danielhalasz commented 2 years ago

@MadhuMNG how is this week so far?