D To D Rout
D To D Rout
exercises on Scrimba .
🔹 Month 4: Redux + Advanced React
Daily Schedule (3-4 hours per day)
Redux (2 hours):
Learn Redux concepts:
Actions,
Reducers,
Store,
Dispatch.
Combine Redux with React.
API Integration in React (1 hour):
Use axios or fetch to connect APIs to your React components.
Practice error handling and loading states.
Project Work (1 hour):
Expand your e-commerce app:
Add Redux for state management.
Integrate APIs for dynamic product data.
Weekly Goals:
Build a Redux-based project (expand your e-commerce app).
Practice interview-style React/Redux questions.
🔹 Month 5: Interview Preparation + Projects
Daily Schedule (3-4 hours per day)
Review Key Concepts (2 hours):
Mock Interviews & Practice (1 hour):
Platforms like:
Pramp for mock interviews.
Interviewing.io
Finalize Projects (1 hour):
Weekly Goals:
Complete at least 2 mock interviews.
Prepare answers for common JavaScript and React interview questions.
🔥 Types of JavaScript Questions to Practice
Fundamentals:
Arrays, Objects, Loops, Conditionals
Example:
“Reverse a string”
“Find the largest number in an array”
Asynchronous Programming: