ajay-dhangar / ajay-dhangar.github.io

πŸ‘‹ Hi there! Welcome to my portfolio repo! I'm Ajay Dhangar, a software engineer and tech enthusiast passionate about web development, open source, and building cool stuff. Currently working at a startup and mentoring at CodeHarborHub.
https://ajay-dhangar.github.io/
MIT License
6 stars 3 forks source link

React.js Course #140

Closed ajay-dhangar closed 4 months ago

ajay-dhangar commented 7 months ago

React.js course in Levels way

~### Beginner Level (Modules 1-5)~

~#### Module 1: Introduction to React.js~

~#### Module 2: Building Your First React App~

~#### Module 3: Working with Components and Data~

~#### Module 4: Building User Interfaces~

~#### Module 5: Introduction to Forms~

~### Intermediate Level (Modules 6-10)~

~#### Module 6: Advanced Styling~

~#### Module 7: Managing Complex UIs~

~#### Module 8: Handling Data Flow~

~#### Module 9: Working with APIs~

~#### Module 10: Routing for SPAs~

Advanced Level (Modules 11-15)

~#### Module 11: Component Optimization~

~#### Module 12: Advanced React Concepts~

Module 13: React Testing

Module 14: Beyond the Basics (Optional)

Module 15: Deployment and Beyond

Additional Tips:

Structure

React_Course/
β”‚
β”œβ”€β”€ Beginner_Level/
β”‚   β”œβ”€β”€ Module_1_Introduction_to_React/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚       β”œβ”€β”€ exercise_2.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_2_Building_Your_First_React_App/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_3_Working_with_Components_and_Data/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚       β”œβ”€β”€ exercise_2.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_4_Building_User_Interfaces/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   └── Module_5_Introduction_to_Forms/
β”‚       β”œβ”€β”€ lesson_1.md
β”‚       β”œβ”€β”€ lesson_2.md
β”‚       β”œβ”€β”€ exercises/
β”‚       β”‚   β”œβ”€β”€ exercise_1.js
β”‚       β”‚   β”œβ”€β”€ exercise_2.js
β”‚       └── resources.md
β”‚
β”œβ”€β”€ Intermediate_Level/
β”‚   β”œβ”€β”€ Module_6_Advanced_Styling/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚       β”œβ”€β”€ exercise_2.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_7_Managing_Complex_UIs/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_8_Handling_Data_Flow/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚       β”œβ”€β”€ exercise_2.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   β”œβ”€β”€ Module_9_Working_with_APIs/
β”‚   β”‚   β”œβ”€β”€ lesson_1.md
β”‚   β”‚   β”œβ”€β”€ lesson_2.md
β”‚   β”‚   β”œβ”€β”€ exercises/
β”‚   β”‚       β”œβ”€β”€ exercise_1.js
β”‚   β”‚   └── resources.md
β”‚   β”‚
β”‚   └── Module_10_Routing_for_SPAs/
β”‚       β”œβ”€β”€ lesson_1.md
β”‚       β”œβ”€β”€ lesson_2.md
β”‚       β”œβ”€β”€ exercises/
β”‚       β”‚   β”œβ”€β”€ exercise_1.js
β”‚       β”‚   β”œβ”€β”€ exercise_2.js
β”‚       └── resources.md
β”‚
└── Advanced_Level/
    β”œβ”€β”€ Module_11_Component_Optimization/
    β”‚   β”œβ”€β”€ lesson_1.md
    β”‚   β”œβ”€β”€ lesson_2.md
    β”‚   β”œβ”€β”€ exercises/
    β”‚       β”œβ”€β”€ exercise_1.js
    β”‚       β”œβ”€β”€ exercise_2.js
    β”‚   └── resources.md
    β”‚
    β”œβ”€β”€ Module_12_Advanced_React_Concepts/
    β”‚   β”œβ”€β”€ lesson_1.md
    β”‚   β”œβ”€β”€ lesson_2.md
    β”‚   β”œβ”€β”€ exercises/
    β”‚       β”œβ”€β”€ exercise_1.js
    β”‚   └── resources.md
    β”‚
    β”œβ”€β”€ Module_13_React_Testing/
    β”‚   β”œβ”€β”€ lesson_1.md
    β”‚   β”œβ”€β”€ lesson_2.md
    β”‚   β”œβ”€β”€ exercises/
    β”‚       β”œβ”€β”€ exercise_1.js
    β”‚       β”œβ”€β”€ exercise_2.js
    β”‚   └── resources.md
    β”‚
    β”œβ”€β”€ Module_14_Beyond_the_Basics_Optional/
    β”‚   β”œβ”€β”€ lesson_1.md
    β”‚   β”œβ”€β”€ lesson_2.md
    β”‚   β”œβ”€β”€ exercises/
    β”‚       β”œβ”€β”€ exercise_1.js
    β”‚   └── resources.md
    β”‚
    └── Module_15_Deployment_and_Beyond/
        β”œβ”€β”€ lesson_1.md
        β”œβ”€β”€ lesson_2.md
        β”œβ”€β”€ exercises/
        β”‚   β”œβ”€β”€ exercise_1.js
        β”‚   β”œβ”€β”€ exercise_2.js
        └── resources.md
github-actions[bot] commented 4 months ago

Stale issue message