In Week 9 of the FoodNextDoor project, our team finalized and consolidated the complete technology stack for the application, ensuring that each component is aligned with our performance goals, user needs, and long-term scalability. The finalized stack is built around the MERN stack— MongoDB , Express.js , ReactJS , and Node.js —which offers a full JavaScript-based development environment, streamlining both frontend and backend development. ReactJS is used to develop a dynamic, component-based frontend that ensures a responsive user experience, particularly useful for rendering the multi-page survey and search functions. To support styling, we integrated Tailwind CSS , which helped us build responsive and clean interfaces with minimal custom CSS. On the backend, Node.js serves as the runtime environment, with Express.js managing our server-side routing and API structure. This lightweight and efficient combination has allowed us to build and test RESTful APIs for user registr...