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 = {