The Monzo Progression Framework site, built with Gatsby.
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.
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.
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 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 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 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.