The project centres on an existing web application that needs continual improvement—new features, bug resolutions, and performance tuning. All contributions have to follow industry best practices, compile without errors, and be documented clearly so any developer can step in later without confusion. The codebase sits in a Git repository. Every pull request should include: • self-contained, well-named commits • concise but thorough inline comments • unit or integration tests where applicable Modern tooling is already in place (Git, CI, ESLint, Prettier, webpack, and a staging environment). Feel free to introduce additional tools if they streamline our workflow or boost quality, but justify each addition in the pull-request description. Acceptance criteria: • New code compiles cleanly and passes existing test suites. • Fixed bugs are reproducible in the issue ticket and demonstrably resolved in staging. • Performance optimisations must show measurable gains (e.g., Lighthouse score, bundle size, or response time) with before-and-after evidence. Expect collaborative work: I review pull requests daily, provide prompt feedback, and merge once standards are met.