Cero Components

screenshot of Cero Components
react

Cero Components

Component library for Cero a Producción Project

Overview

Cero Components is a project of live coding sessions where a productivity management app called RETO is developed from scratch to production. The objective of these sessions is to provide an authentic developer experience by delving into the daily decisions and challenges faced by programmers using JavaScript and other relevant tools. Participants can expect to observe failed tests, code refactoring, and the utilization of search engines like Google and StackOverflow.

Features

  • Live coding sessions where a productivity management app is developed
  • Authentic developer experience with real-life programming decisions
  • Utilization of JavaScript and relevant tools
  • Observing failed tests and code refactoring
  • Challenges of naming variables and functions
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

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.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.