Cbioportal Frontend

screenshot of Cbioportal Frontend
express
react
bootstrap
less
scss
styled-components

React Frontend of cBioPortal :tada:

Overview

The cBioPortal frontend is a powerful web application built using React, MobX, and TypeScript, tailored for visualizing and analyzing cancer genomics data. This code repository offers an organized and efficient way to manage features and bug fixes with a clear branching strategy. It allows developers to contribute to a complex project while ensuring stability and smooth integration of new features.

The repository boasts detailed guidelines for setup and development, enabling ease of use for both newcomers and seasoned developers. With extensive features and a robust testing framework, cBioPortal provides a valuable tool for researchers and healthcare professionals looking to harness the power of genomic data.

Features

  • Branch Information: Clearly defined branches for bug fixes, upcoming releases, and later release candidates ensure organized development and code management.
  • Live Instance Frontend: Access to live instances of the frontend application allows users to test and interact with the latest updates without needing a local setup.
  • Environment Setup Tips: Essential guidance on using Node Version Manager (nvm) and managing Yarn versions simplifies the setup process for developers.
  • Hot Reload Development Server: The dev server supports hot reloads, enabling developers to see their changes in real-time, improving workflow efficiency.
  • Automated Code Formatting: Pre-commit hooks automatically run PrettierJS for consistent code formatting, ensuring that all commits remain clean and maintainable.
  • Unit/Integration Testing: Support for running tests in both standard and watch modes ensures that code quality is maintained throughout the development process.
  • Dependency Management: Guidance on managing package dependencies within a monorepo reduces setup errors and streamlines the development workflow.
  • Example Pages: Built-in example pages allow developers to quickly check their changes and validate functionality during the development phase.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

mobx
Mobx

MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.

netlify
Netlify

Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.