Pergunta de entrevista da empresa Stable

For this take-home exercise, you'll implement a simple web application. We have provided a full stack skeleton project. The repository consists of a frontend and backend folder. Node 20 is required for both. The frontend is a React application. The backend is a Serverless Framework application. Requirements * The web application resembles provided figma mock-ups * The mock mail item data provided is served to the frontend via an endpoint that supports pagination and search * Users can paginate through the mail items when there are more than 6 mail items * Users are able to search using the search bar * The frontend uses a responsive design We should be able to run the project locally by running the yarn dev command on the front and backend.