Tip 1 : Build a React Native project (Redux, network calls, Context Provider, Pagination)
Tip 2 : Difference between different react hooks
Tip 3 : Practice Data structure and good hold of your resume
Tip 1 : Add impacts of the project you have worked on
Tip 2 : Include the tech stack used for a project
Implementation of promise.all in JS
Implementation of debounce in JS



Design a Product List page with filters to select categories & sub-categories for the product in react native.



There are two possible scenarios when a turn can occur at point (i, j):
Turns Right: (i - 1, j) -> (i, j) -> (i, j + 1)
Turns Down: (i, j-1) -> (i, j) -> (i+1, j)
Design the complete repo structure for Swiggy app (How the backend interacts with frontend, Analytics implementation)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?