diff --git a/app/agile/content/chapter1.tsx b/app/agile/content/chapter1.tsx new file mode 100644 index 0000000..2e5bd5c --- /dev/null +++ b/app/agile/content/chapter1.tsx @@ -0,0 +1,132 @@ +export const Ch1Content = () => { + return ( +
+

+ Agile is a modern approach to + software development that focuses on delivering small, working pieces of + software frequently, rather than delivering everything at once after a + long time. It encourages teams to collaborate closely, adapt to changes, + and continuously improve their process. +

+ +
+

What is Agile?

+ +
+ +
+

Agile Manifesto — 4 Core Values

+

+ In 2001, 17 experienced software developers came together and wrote + the Agile Manifesto — a document that defines the core values and + principles of Agile development. +

+ +
+ +
+

12 Agile Principles

+

+ The Agile Manifesto also includes 12 principles that guide Agile + teams in their day-to-day work: +

+ +
+ +
+

Agile vs Waterfall

+

+ Before Agile, most teams used the{" "} + Waterfall model — a linear + approach where each phase (requirements, design, development, testing) + is completed before moving to the next. Here is how they differ: +

+ +
+
+ ); +}; \ No newline at end of file