From 818ca4d3a7064457dff2d2aecea86ed360b7335f Mon Sep 17 00:00:00 2001 From: Nitin <135127470+Nitin-web-15@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:07:52 +0530 Subject: [PATCH] Update README.md Node js nots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b47ab1f..fc90dab 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Hi, This is course page of **CoderDost Youtube Channel** React JS 2023 Course [V ## Chapter 2 - Components - JSX and Props -- **Assignment 1** : Create a simple React app for **RESUME Builder**. It will be static website. You have to make components like **Resume** as top level and under it - **Skills**, **Education**, **Experience** etc as components. All resume data will be under 1 big JavaScript object like which you can us in components via props. You can fix the number of items in **Skills**, **Education**, **Experience** or any section. Example you can say that only 3 experience items is allowed. +- **Assignment 1** : Create a simple React app for **RESUME Builder**. It will be a static website. You have to make components like **Resume** as top level and under it - **Skills**, **Education**, **Experience** etc as components. All resume data will be under 1 big JavaScript object like which you can us in components via props. You can fix the number of items in **Skills**, **Education**, **Experience** or any section. Example you can say that only 3 experience items are allowed. ```js resume = {