Project Description

Project Title Goes Here

Duration: January 2023 – March 2023


This project involved designing and developing a scalable web application aimed at improving user engagement by leveraging real-time data analytics. Key responsibilities included frontend development with React.js, backend API integration, and implementation of responsive UI/UX designs that ensured accessibility compliance and optimal performance across devices.

/* Make the main container scale responsively */ body, html { margin: 0; padding: 0; width: 100%; min-height: 100vh; box-sizing: border-box; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } /* Example: Wrap main content in a responsive max-width container */ .main-content, .sqs-block { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; padding: 1rem; }