Tip 1: Make it a one-pager.
Tip 2: Highlight your skills and impact.
Build a React + TypeScript single-page application to fetch and display stock data from a given API. The application should include paginated data tables, summary statistics (such as the lowest value, the average open price for 2006, and the longest positive streak where close > open), and an interactive user interface with a focus on performance, modular architecture, and clean code practices.



Create a debounced utility function in JavaScript.
Design a scalable frontend architecture for a travel booking website (similar to Agoda) that can handle high traffic, support micro-frontends, provide SEO-friendly rendering (SSR/SSG), and include performance optimizations.

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