Progression Framework

screenshot of Progression Framework
gatsby
react
styled-components

The Monzo Progression Framework site, built with Gatsby.

Overview

The Progression at Monzo repository is a hub for all of Monzo's progression frameworks, including the site that powers progression.monzo.com. The repository is hosted on GitHub, enabling collaboration and version control for engineers working on codebases and frameworks.

Features

  • Publicly Accessible: The repository is open source, allowing the community to view and contribute to the progression frameworks.
  • Ownership Management: Monzonauts can own or manage specific frameworks, giving them control over changes and additions in those areas.
  • Fast Site Building: Using GitHub allows for the creation of a fast and efficient website for accessing progression frameworks.

Summary

The Progression at Monzo repository on GitHub houses all progression frameworks for Monzo, enabling public access, ownership management, and efficient site building. By storing these frameworks on GitHub, Monzo promotes collaboration and transparency within the community.

gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

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

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.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.