I’m looking for a developer who can deliver a small, end-to-end web application that lets a user log in, upload an Excel or CSV file, visualise the data as tables and bar charts, then compile everything into an editable Microsoft Word document for download. Here is the exact flow I need implemented: • A simple login screen secured with standard email-and-password authentication. • After logging in, the first screen allows the user to browse and upload an .xlsx or .csv file. • Once the file is accepted, the app should parse the contents, show a clean data preview, and instantly generate both tables and charts from that data. Only bar and pie charts are required right now. • On the final screen, those tables and charts appear on a Word-style canvas. The user can click into the document, type comments, copy-paste additional text, or adjust table content. When they hit “Export”, the canvas is saved as a .docx file—no further editing will be necessary after download. I’m flexible on the tech stack, though modern choices such as React or Vue for the front-end, a lightweight Node or Python back-end, Chart.js or similar for bar chart rendering, and a robust .docx generation library are all welcome approaches. The finished product should be clean, responsive, and ready to deploy to a typical cloud host.