Front End Developer

Q-Centrix

Location
United States
Job Type
full-time
Salary
$90,000 – $100,000
Posted
November 23, 2025

Job Description

We’re super into the work we do and the community we’ve built and think you might be, too. 

Q-Centrix is the largest exclusive provider of clinical data management solutions to acute care hospitals. A market disruptor and innovator, Q-Centrix believes that there is nothing more valuable than clinical data as it is critical in delivering safe, consistent, quality healthcare for all. Bringing together deep expertise across providers, clinical knowledge, data and software, Q-Centrix provides an integrated approach that can redefine and streamline the data management and real-world application process for the healthcare industry, thereby enabling increased efficiency and exciting new solution opportunities. 

Providing the industry’s first Enterprise Clinical Data Management (eCDM™) platform, Q-Centrix utilizes its market-leading software, the largest and broadest team of clinical data experts, a modern-stack software and reporting data structure, and best practices from its 1,200+ hospital partners to securely extract, curate, structure, and enhance clinical data at the highest quality level. The resulting high quality structured clinical data is then utilized to support reporting demands, drive improved care delivery, meet financial and operational needs, enable population health workflows and power broad research use cases. Its solutions cover a breadth of clinical segments, including cardiovascular, oncology, infection prevention, trauma and real-world data applications. Q-Centrix’s platform enables its partners to access valuable clinical information that may otherwise be trapped across multiple workflow systems and clinical information platforms. Q-Centrix is positioned for continued growth as they integrate new capabilities and business lines. 

Job Summary: As a Front-End Developer, you’ll play a key role in delivering user-friendly applications in collaboration with product management, back-end engineers, and data teams.

Essential Functions:

  • Develop and maintain responsive, performant, and accessible front-end applications using modern JavaScript frameworks (React, Angular, or Vue).
  • Translate product requirements and UX designs into clean, maintainable code.
  • Collaborate with cross-functional teams including product, design, and backend engineering to deliver end-to-end features.
  • Integrate with RESTful APIs and ensure proper error handling and data validation.
  • Implement unit and integration tests to ensure high code quality.
  • Participate in code reviews and help establish front-end development best practices.
  • As a growth organization, roles and responsibilities often evolve and adapt over time. As such, this job description may not comprehensively account for future activities, responsibilities, and priorities—these may evolve right along with us!

Required Skills/Abilities:

  • Bachelor’s degree in computer science (or equivalent experience/degree)
  • 3+ years of front-end development experience with JavaScript, HTML, and CSS.
  • Proficiency with React (or similar frameworks like Angular or Vue).
  • Experience building responsive UIs with frameworks like Tailwind CSS, Bootstrap, or Material UI.
  • Familiarity with front-end testing frameworks such as Jest, React Testing Library, or Cypress.
  • Understanding of accessibility (a11y) standards and best practices.
  • Experience working with APIs and asynchronous data (REST, GraphQL, etc.).
  • Ability to work effectively in a collaborative, agile development environment.

Preferred Education and Experience:

  • Experience in the healthcare or health tech industry.
  • Knowledge of healthcare data standards like FHIR or HL7.
  • Understanding of HIPAA compliance in the context of web applications.
  • Experience with state management tools (Redux, Zustand, or Recoil).

Supervisory Responsibilities: No

 Work environment/Physical Demands: Continuous sitting and fine manipulation.

 Travel Requirements: None

 Work Authorization:  Legally able to work in the United States without sponsorship

Total Rewards:

At Q-Centrix, our purpose—safer, consistent, quality healthcare for all—drives everything we do. To accomplish this important work, we aim to attract, engage, and retain a talented team by offering a compelling, equitable rewards package. This includes an inclusive culture, a flexible work environment, learning and development opportunities, and robust benefits that support both health and financial wellness. In addition, our supportive community fosters collaboration, learning, growth, and enjoyment, making Q-Centrix a place where meaningful work and a positive work experience go hand in hand. It’s no wonder we’ve earned the Great Place to Work distinction multiple years in a row! The target salary range for this role is $90,000.00 – $100,000.00. An individual’s salary within this range is based on multiple factors, including but not limited to skills, experiences, licensure, certifications, and other business and organizational considerations.

In addition to our inclusive and innovative working environment and comprehensive compensation package, team members enjoy:

  • Remote/hybrid flexibility (depending on location) and a generous time off program with additional paid time for volunteering.
  • Robust benefits package including medical, vision, dental, health savings accounts, company paid short- and long-term disability, employee assistance program, paid parental leave, life insurance, accident insurance, and other voluntary benefit programs for employees and their eligible dependents.
  • 401(k) retirement plan with a company match.

Opportunities for professional development

Commitment to Diversity, Equity, Inclusion and Belonging: 

At Q-Centrix, we hire people who love learning, value innovation, and believe in our purpose of safer, consistent, quality health care for all. We applaud qualified applicants who are accountable and committed to producing quality work. As an Equal Opportunity Employer, we support and value diversity, dignity, and respect in our work environment, and are committed to creating an inclusive environment in which everyone can thrive.

We employ people based on the needs of the business and the job, and their individual professional qualifications. Here’s what does not impact our employment decisions: race, religious creed, religion, color, sex, sexual orientation, pregnancy, parental status, genetic information, gender, gender identity, gender expression, age, national origin, ancestry, citizenship, protected veteran or disability status, health, marital, civil union or domestic partnership status, or any status or characteristic protected by the laws or regulations in locations where we operate. If you are an individual with a qualified disability and you need an accommodation during the interview process, please reach out to your recruiter.

🎯 Who is this job for?

This role is ideal for a Front-End Developer with 3+ years of experience in JavaScript and React (or similar frameworks), strong skills in responsive UI design, and a focus on accessibility and performance. Candidates should be confident working with REST APIs, testing frameworks like Jest or Cypress, and collaborating across product and engineering teams. Healthcare tech or familiarity with data standards like FHIR is a plus.

πŸ’¬ Potential Interview Questions

  1. What are the main benefits of using component libraries like Tailwind CSS or Material UI in enterprise apps?
    They speed up development, ensure consistent design, and improve responsiveness and accessibility out-of-the-box.

  2. Describe your approach to converting a Figma design into a fully responsive React component.
    Use semantic HTML, match layout via CSS Grid/Flexbox, apply mobile-first media queries, and ensure accessibility from the start.

  3. What techniques do you use to ensure accessibility (a11y) in front-end development?
    Use semantic HTML, test with screen readers, add ARIA roles/labels as needed, ensure keyboard navigation, and check contrast ratios.

  4. How do you manage state in a React app with both local and global data?
    Local state with useState/useReducer, and global state with Redux/Zustand, ensuring minimal re-renders and separation of concerns.

  5. What’s your testing strategy for front-end components?
    Unit test logic with Jest, test DOM interactions with React Testing Library, and validate user flows using Cypress for E2E.

  6. How do you handle asynchronous API data in a React app?
    Use useEffect with async functions, fetch via fetch/Axios, handle loading/error states, and consider tools like SWR or React Query.

  7. Explain the importance of semantic HTML and how you apply it.
    Semantic tags (e.g., <article>, <section>, <nav>) enhance accessibility, SEO, and maintainability by describing content structure.

  8. How would you implement error handling in a form that integrates with a REST API?
    Validate inputs on the client, display field-level errors, catch API response errors, and show user-friendly messages.

  9. What considerations do you make for HIPAA compliance in front-end applications?
    Ensure secure transmission (HTTPS), avoid logging PHI, use secure authentication, and implement timeout/session management.

  10. How do you ensure code quality and maintainability in a collaborative agile team?
    Follow a style guide, use code reviews, write tests, refactor regularly, document key logic, and use TypeScript to catch bugs early.

πŸ“‹ Job Summary

Q-Centrix is hiring a Front-End Developer (remote, US-based) to build responsive, accessible UIs using React, JavaScript, HTML/CSS, and UI libraries like Tailwind or Material UI. You’ll work closely with product, design, and backend teams, integrating with REST APIs, writing tests (Jest, Cypress), and following accessibility best practices. Healthcare experience and knowledge of FHIR/HL7 or HIPAA compliance is a plus. Salary: $90–100K, with strong benefits, paid time off, 401(k), and a flexible, inclusive culture.

Required Skills

JavaScript React

Related jobs

Serbia, Georgia, Montenegro

Sr. Software Engineer

Passport

Full-time
Barcelona, Spain

Junior Full Stack Developer

MVST

Full-time